summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ppoll.c
Commit message (Expand)AuthorAgeFilesLines
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-07-201-11/+2
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-1/+1
* Bernd Schmidt writes: The following patch is needed for libc to be able to em...Mike Frysinger2007-03-181-0/+3
* Should be __sigset_t instead of sigset_t.Khem Raj2007-03-011-2/+2
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-281-0/+47