Add x86-64 override for accept4 syscall
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 29 Aug 2016 20:02:09 +0000 (16:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 31 Aug 2016 15:34:51 +0000 (11:34 -0400)
commit2365a428baad529291f3c5cfb30b694a4e31375a
tree065d1b9741235355f41560984cca50c2ff82e8a5
parent2b0e9d963bd0576820aa436f6e13eca226f2b12c
Add x86-64 override for accept4 syscall

This patch adds an instrumentation override for the accept4() syscall
which is almost identical to accept(), except for an additional
"flags" parameter.

A follow-up patch refactors both overrides to minimize code
duplication as is done for the select/pselect6 overrides.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/x86-64-syscalls-3.10.0-rc7_pointers_override.h
This page took 0.02593 seconds and 4 git commands to generate.