Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.
This commit is contained in:
parent
b81c4d1e8c
commit
cdfbf19246
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108864
@ -123,6 +123,7 @@
|
||||
#define socket _socket
|
||||
#define socketpair _socketpair
|
||||
#define wait4 _wait4
|
||||
#define waitpid _waitpid
|
||||
#define write _write
|
||||
#define writev _writev
|
||||
|
||||
@ -156,7 +157,6 @@
|
||||
#define system _system
|
||||
#define tcdrain _tcdrain
|
||||
#define wait _wait
|
||||
#define waitpid _waitpid
|
||||
#endif
|
||||
|
||||
#endif /* _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_
|
||||
|
Loading…
Reference in New Issue
Block a user