diff options
Diffstat (limited to 'sysdeps/unix/bsd/Attic/osf1/system.c')
-rw-r--r-- | sysdeps/unix/bsd/Attic/osf1/system.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/Attic/osf1/system.c b/sysdeps/unix/bsd/Attic/osf1/system.c new file mode 100644 index 0000000000..ef42ea2155 --- /dev/null +++ b/sysdeps/unix/bsd/Attic/osf1/system.c @@ -0,0 +1,2 @@ +/* OSF/1 does have `waitpid'. Avoid unix/system.c, which says we don't. */ +#include <sysdeps/posix/system.c> |