]> sourceware.org Git - systemtap.git/commit
PR16207 partial fix: Fix the 'dup' [nd_]syscall.exp tests on rawhide.
authorDavid Smith <dsmith@redhat.com>
Mon, 25 Nov 2013 20:00:51 +0000 (14:00 -0600)
committerDavid Smith <dsmith@redhat.com>
Mon, 25 Nov 2013 20:00:51 +0000 (14:00 -0600)
commit71166900c7ab552fec678cb77beed5c5762f76cf
tree51c6c11dfed13cbcefba9d76b611b304c6eaa907
parente6d2986d4f1481505ca1163e4e6df44faa364ff2
PR16207 partial fix: Fix the 'dup' [nd_]syscall.exp tests on rawhide.

* tapset/linux/syscalls.stp: Split the syscall.dup2 probe into
  syscall.dup2 and syscall.dup3.
* tapset/linux/nd_syscalls.stp: Split the nd_syscall.dup2 probe into
  nd_syscall.dup2 and nd_syscall.dup3.
* runtime/linux/compat_unistd.h: Added the __NR_compat_dup3 define.
* testsuite/buildok/syscalls-detailed.stp: Added dup3 test.
* testsuite/buildok/nd_syscalls-detailed.stp: Ditto.
runtime/linux/compat_unistd.h
tapset/linux/nd_syscalls.stp
tapset/linux/syscalls.stp
testsuite/buildok/nd_syscalls-detailed.stp
testsuite/buildok/syscalls-detailed.stp
This page took 0.028867 seconds and 5 git commands to generate.