mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/wait3.c: New file. * sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the one from sysdeps/posix.
This commit is contained in:
parent
d7193325fc
commit
38bb44bc19
@ -1,3 +1,9 @@
|
||||
Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/wait3.c: New file.
|
||||
* sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the
|
||||
one from sysdeps/posix.
|
||||
|
||||
Wed Mar 20 09:42:11 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
|
||||
|
||||
* sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.
|
||||
|
@ -1 +1 @@
|
||||
#include <sysdeps/posix/wait.c>
|
||||
#include <sysdeps/unix/bsd/bsd4.4/wait.c>
|
||||
|
1
sysdeps/unix/sysv/linux/wait3.c
Normal file
1
sysdeps/unix/sysv/linux/wait3.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/bsd4.4/wait3.c>
|
Loading…
Reference in New Issue
Block a user