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>
Mon, 29 Aug 2016 20:06:41 +0000 (16:06 -0400)
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>

No differences found
This page took 0.025623 seconds and 4 git commands to generate.