]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Fix types in 'syscall.{pread,pwrite,read,write}'.
authorDavid Smith <dsmith@redhat.com>
Tue, 4 Nov 2014 16:24:17 +0000 (10:24 -0600)
committerDavid Smith <dsmith@redhat.com>
Tue, 4 Nov 2014 16:24:17 +0000 (10:24 -0600)
commitbefbf1009ba81d3fb001e65a601c07cf0c5d78e3
treeaeaf3e91b7bcaffca5b396f62d48c2a3a3a4d959
parent05b1f16723498ee036e9357725cbc3221daaed9e
PR16716 partial fix: Fix types in 'syscall.{pread,pwrite,read,write}'.

* tapset/linux/syscalls2.stp: Fixed types in syscall.pread,
  syscall.pwrite, syscall.pwrite32, syscall.read, and syscall.write.
* tapset/linux/nd_syscalls2.stp: Ditto.
* testsuite/systemtap.syscall/readwrite.c (main): Added tests and split.
* testsuite/systemtap.syscall/lseek.c: Tests moved from readwrite.c and
  new tests added.
* testsuite/systemtap.syscall/pread.c: Ditto.
* testsuite/systemtap.syscall/pwrite.c: Ditto.
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls2.stp
testsuite/systemtap.syscall/lseek.c [new file with mode: 0644]
testsuite/systemtap.syscall/pread.c [new file with mode: 0644]
testsuite/systemtap.syscall/pwrite.c [new file with mode: 0644]
testsuite/systemtap.syscall/readwrite.c
This page took 0.027749 seconds and 5 git commands to generate.