summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/poll.c
AgeCommit message (Collapse)Author
2004-02-11Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III
The #ifdef __NR_poll test was failing because it was done before any includes. Hence, the emulation was always being used. NOTE: The emulation fails a couple of tests in test_poll.py!
2004-01-21Move poll to its own file, rather than being only half in its own fileEric Andersen
2003-10-22Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen
select for older 2.0 kernels where poll is missing.