]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Better types in 'syscall.{sendmsg,sendmmsg}'.
authorDavid Smith <dsmith@redhat.com>
Wed, 2 Apr 2014 19:22:55 +0000 (14:22 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 2 Apr 2014 19:22:55 +0000 (14:22 -0500)
commitcebb4ae5857da0424434fdcf09c98fb995ed66df
treec1d25bd4414aefef73ed3da51ffbf1af110952f3
parent782fda5ccce6ab9b87c63e6d70bba3913f4ecf87
PR16716 partial fix: Better types in 'syscall.{sendmsg,sendmmsg}'.

* tapset/linux/syscalls2.stp: Fixed types and nesting in
  'syscall.{sendmsg,sendmmsg}.
* tapset/linux/nd_syscalls2.stp: Ditto.
* tapset/linux/syscalls.stpm: Added __compat_syscall() macro.
* tapset/linux/aux_syscalls.stp: Includes compat_net.h.
* runtime/linux/compat_net.h: New file.
* runtime/linux/compat_unistd.h: Added defines.
* testsuite/systemtap.syscall/sendmmsg.c: New test.
* testsuite/systemtap.syscall/sendmsg.c: Ditto.
runtime/linux/compat_net.h [new file with mode: 0644]
runtime/linux/compat_unistd.h
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls.stpm
tapset/linux/syscalls2.stp
testsuite/systemtap.syscall/sendmmsg.c [new file with mode: 0644]
testsuite/systemtap.syscall/sendmsg.c [new file with mode: 0644]
This page took 0.0257 seconds and 5 git commands to generate.