diff options
| -rw-r--r-- | man2/wait.2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/man2/wait.2 b/man2/wait.2 index 3457e1e81e..cae6387865 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -535,13 +535,6 @@ flag is automatically implied if the child is being ptraced. is actually a library function that (in glibc) is implemented as a call to .BR wait4 (2). -Within glibc, -.\" A waitpid() system call remains, with a comment noting that -.\" "waitpid() should be * implemented by calling sys_wait4() from libc.a" -.BR waitpid () -is a wrapper function that invokes -.BR wait (2). - The raw .BR waitid () system call takes a fifth argument, of type |
