summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/waitid.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-06-051-5/+52
| | | | | | | | | The POSIX waitid() takes 4 args, but the Linux one takes 5 args, so make sure we stuff the 5th arg with a NULL. Otherwise garbage gets randomly passed up and considering this is a pointer, that's baaaad. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* - _syscall?() need to superfluous trailing ';'Bernhard Reutner-Fischer2008-12-231-1/+1
| | | | - reduce patch noise a little bit
* News syscall wrappers from trunkCarmelo Amoroso2008-06-181-0/+16