summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ppoll.c
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15poll, ppoll: use cancel.hPeter S. Mazinger
2012-06-15ppoll: no need for hidden versionPeter S. Mazinger
2010-09-15libc: Fix cancellation handling in some C functionsSalvatore Cro
2009-11-20ppoll: get NULL from stddef.hBernhard Reutner-Fischer
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-07-20ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger
2009-01-28fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2007-03-18Bernd Schmidt writes: The following patch is needed for libc to be able to em...Mike Frysinger
2007-03-01Should be __sigset_t instead of sigset_t.Khem Raj
2007-02-28add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger