]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Mar 2013 06:31:08 +0000 (07:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Mar 2013 06:31:08 +0000 (07:31 +0100)
commitb26cc86b1cf36f0d4116834810754c9d15f1b67b
treee03f7a57c2bd1c6c01b2210d7a0ed74e132ce287
parentbfd5946aa1e9e381eacb70c837b47f38436bff3e
BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux

An invalid copy-paste called it NR_splice instead of NR_accept4.
This does not lead to real issues because if this define is used,
then the code cannot compile since NR_accept4 is still missing.
include/common/syscall.h