diff options
author | tjr <tjr@FreeBSD.org> | 2003-01-07 06:05:35 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-01-07 06:05:35 +0000 |
commit | 34f8e1bd7365a7fd1afa7d073d54d48aa7f24b7e (patch) | |
tree | c8a71e4df54e23e3673d1b5c50c1e03c9b98b636 /lib/libc/include/un-namespace.h | |
parent | 5e7b42c50b5c8fc3a9fbb4ee341e5711b13afb5a (diff) | |
download | FreeBSD-src-34f8e1bd7365a7fd1afa7d073d54d48aa7f24b7e.zip FreeBSD-src-34f8e1bd7365a7fd1afa7d073d54d48aa7f24b7e.tar.gz |
Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.
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 2809e0d..4bf789d 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_ |