mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
entered into RCS
This commit is contained in:
parent
d993a9faf4
commit
065a020362
2
sysdeps/unix/bsd/sun/sunos4/system.c
Normal file
2
sysdeps/unix/bsd/sun/sunos4/system.c
Normal file
@ -0,0 +1,2 @@
|
||||
/* SunOS 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
|
||||
#include <sysdeps/posix/system.c>
|
2
sysdeps/unix/bsd/ultrix4/system.c
Normal file
2
sysdeps/unix/bsd/ultrix4/system.c
Normal file
@ -0,0 +1,2 @@
|
||||
/* Ultrix 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
|
||||
#include <sysdeps/posix/system.c>
|
2
sysdeps/unix/sysv/sysv4/system.c
Normal file
2
sysdeps/unix/sysv/sysv4/system.c
Normal file
@ -0,0 +1,2 @@
|
||||
/* SVR4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
|
||||
#include <sysdeps/posix/system.c>
|
Loading…
x
Reference in New Issue
Block a user