summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ppoll.c
AgeCommit message (Collapse)Author
2007-03-18Bernd Schmidt writes: The following patch is needed for libc to be able to ↵Mike Frysinger
emulate poll with ppoll.
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