diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:05:35 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:05:35 +0000 |
commit | cdfbf19246e46c6c01483578444dba2dba55b313 (patch) | |
tree | c8a71e4df54e23e3673d1b5c50c1e03c9b98b636 /lib/libc/include/un-namespace.h | |
parent | b81c4d1e8c7f2ef424dc5acf34ca43b67d6a6316 (diff) |
Notes
Diffstat (limited to 'lib/libc/include/un-namespace.h')
-rw-r--r-- | lib/libc/include/un-namespace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index 2809e0d0b1bc..4bf789dee2dc 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -105,6 +105,7 @@ #undef socket #undef socketpair #undef wait4 +#undef waitpid #undef write #undef writev @@ -130,7 +131,6 @@ #undef system #undef tcdrain #undef wait -#undef waitpid #endif /* 0 */ #ifdef _SIGNAL_H_ |