]> sourceware.org Git - systemtap.git/commit
The 32-bit arm does not remap epoll_wait or poll syscalls
authorWilliam Cohen <wcohen@redhat.com>
Sat, 7 Feb 2015 05:42:07 +0000 (00:42 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Sat, 7 Feb 2015 05:42:07 +0000 (00:42 -0500)
commitc1a369fb16d95f06df86c17478ab2cb591f9749b
tree51646da1c04f5bc894186d7f6bdc1699d3ba92dd
parent8b6de950756b219f34facda0622d1fe7d587e785
The 32-bit arm does not remap epoll_wait or poll syscalls

The poll test was failing because the test was expecting the 32-bit
arm processor to remap the epoll_wait syscall to epoll_pwait and to
remap the poll syscall to ppoll.  Only the arm64 is remapping those
syscalls.
testsuite/systemtap.syscall/poll.c
This page took 0.025748 seconds and 5 git commands to generate.