summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ppoll.c
Commit message (Collapse)AuthorAgeFilesLines
* ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-221-3/+2
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* 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>
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-08-191-11/+2
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
|
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-3/+3
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* News syscall wrappers from trunkCarmelo Amoroso2008-06-181-0/+50