]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Fix types in syscall.epoll_{create,ctl,pwait,wait}.
authorDavid Smith <dsmith@redhat.com>
Mon, 2 Jun 2014 17:43:14 +0000 (12:43 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 2 Jun 2014 17:43:14 +0000 (12:43 -0500)
commit581f84210af35fda78e88f4226909dad0576df89
tree4d923627c5007574dac71a6a97c1f5c7c069cee4
parente2a2fe1984ce3e97455560daaadea42fd0535302
PR16716 partial fix: Fix types in syscall.epoll_{create,ctl,pwait,wait}.

* tapset/linux/syscalls.stp (syscall.epoll_create): Fix types.
  (syscall.epoll_ctl): Ditto.
  (syscall.epoll_wait): Ditto.
  (syscall.epoll_pwait): Add convenience variables.
* tapset/linux/nd_syscalls.stp: Ditto.
* tapset/linux/aux_syscalls.stp (_opoll_op_str): Updated and improved.
  (_epoll_create1_flag_str): Ditto.
* runtime/linux/compat_unistd.h: Added __NR_compat_epoll_wait.
* testsuite/buildok/syscalls-detailed.stp: Add test for new epoll_pwait
  convenience variables.
* testsuite/buildok/nd_syscalls-detailed.stp: Ditto.
* testsuite/systemtap.syscall/poll.c: Add more error testing.
runtime/linux/compat_unistd.h
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls.stp
tapset/linux/syscalls.stp
testsuite/buildok/nd_syscalls-detailed.stp
testsuite/buildok/syscalls-detailed.stp
testsuite/systemtap.syscall/poll.c
This page took 0.029979 seconds and 5 git commands to generate.