summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/poll.c
Commit message (Collapse)AuthorAgeFilesLines
* 2007-07-17 Martin Hunt <hunt@redhat.com>hunt2007-07-181-2/+2
| | | | * poll.c (main): Don't hardcode fd.
* 2007-07-16 Martin Hunt <hunt@redhat.com>hunt2007-07-161-0/+2
| | | | | * select.c (main): Ifdef SYS_pselect6. * poll.c (main): Ifdef SYS_ppoll.
* 2007-07-16 Martin Hunt <hunt@redhat.com>hunt2007-07-161-0/+35
* select.c, poll.c: New.