summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/waitid.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove names from some prototypesrodrigc2015-09-201-1/+1
|
* Add declarations to eliminate -Wmissing-prototypes warningsrodrigc2015-09-201-0/+2
|
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-181-1/+4
| | | | | | | | | waitid() function is required to be cancellable by the standard. The wait6() and ppoll() follow the other syscalls in their groups. Reviewed by: jhb, jilles (previous versions) Sponsored by: The FreeBSD Foundation MFC after: 1 week
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-131-0/+65
PR: standards/170346 Submitted by: "Jukka A. Ukkonen" <jau@iki.fi> MFC after: 1 month
OpenPOWER on IntegriCloud