summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ppoll.c
Commit message (Expand)AuthorAgeFilesLines
* 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