mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Compile fix for x86_64-MinGW.
* libguile/posix-w32.h (start_child): Return pid_t.
This commit is contained in:
parent
855f3948ec
commit
6069fa5ce2
1 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ SCM_INTERNAL int uname (struct utsname * uts);
|
|||
SCM_INTERNAL int waitpid (intptr_t, int *, int);
|
||||
SCM_INTERNAL int w32_status_to_termsig (DWORD status);
|
||||
|
||||
SCM_INTERNAL int start_child (const char *exec_file, char **argv,
|
||||
SCM_INTERNAL pid_t start_child (const char *exec_file, char **argv,
|
||||
int reading, int c2p[2], int writing, int p2c[2],
|
||||
int infd, int outfd, int errfd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue