summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/poll.c
Commit message (Expand)AuthorAgeFilesLines
* Jean-Christian de Rivaz writes:Mike Frysinger2007-05-251-1/+1
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-281-0/+17
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* psm updates: add __libc symbols for signal cancellationMike Frysinger2006-08-231-4/+7
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-22/+24
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-4/+4
* Implement more hiddenPeter S. Mazinger2005-12-081-0/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-15/+15
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-181-12/+12
* Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III2004-02-111-3/+3
* Move poll to its own file, rather than being only half in its own fileEric Andersen2004-01-211-0/+12
* Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen2003-10-221-0/+192