commit | b26cc86b1cf36f0d4116834810754c9d15f1b67b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 04 07:31:08 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 04 07:31:08 2013 +0100 |
tree | e03f7a57c2bd1c6c01b2210d7a0ed74e132ce287 | |
parent | bfd5946aa1e9e381eacb70c837b47f38436bff3e [diff] |
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.