Noted that waitid() does not set infop->si_uid field on

most other implementations.
This commit is contained in:
Michael Kerrisk 2006-01-23 06:41:46 +00:00
parent 3f266a435b
commit 04d6ea6b8a
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ structure pointed to by
The process ID of the child.
.IP \fIsi_uid\fP
The real user ID of the child.
(This field is not set on most other implementations.)
.IP \fIsi_signo\fP
Always set to
.BR SIGCHLD .