diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 17:18:07 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 17:18:07 +0000 |
commit | 27ee0a559513db0d0e650761b6f4268b39199c74 (patch) | |
tree | 9ce06a8596a1a5befd819bf1dcba82472d678a6b /include/sys/wait.h | |
parent | a375a533a2445079390907b962464a379d25f5d5 (diff) | |
download | glibc-27ee0a559513db0d0e650761b6f4268b39199c74.tar.gz glibc-27ee0a559513db0d0e650761b6f4268b39199c74.tar.xz glibc-27ee0a559513db0d0e650761b6f4268b39199c74.zip |
Update.
* include/sys/wait.h: Add some prototypes. * Rules (dummy.c): Create also prototype to shut up GCC. 2000-12-27 Andreas Jaeger <aj@suse.de>
Diffstat (limited to 'include/sys/wait.h')
-rw-r--r-- | include/sys/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/wait.h b/include/sys/wait.h index 9244c30bcc..37873dfbfe 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -4,6 +4,8 @@ /* Now define the internal interfaces. */ extern __pid_t __waitpid (__pid_t __pid, int *__stat_loc, int __options); +extern __pid_t __libc_waitpid (pid_t __pid, int *__stat_loc, int __options); +extern __pid_t __libc_wait (int *__stat_loc); extern __pid_t __wait3 (__WAIT_STATUS __stat_loc, int __options, struct rusage * __usage); extern __pid_t __wait4 (__pid_t __pid, __WAIT_STATUS __stat_loc, |