1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-06 11:41:02 +03: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:
Roland McGrath 1996-03-21 00:37:31 +00:00
parent d7193325fc
commit 38bb44bc19
3 changed files with 8 additions and 1 deletions

View File

@ -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> Wed Mar 20 09:42:11 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro. * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.

View File

@ -1 +1 @@
#include <sysdeps/posix/wait.c> #include <sysdeps/unix/bsd/bsd4.4/wait.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/bsd4.4/wait3.c>