CLEANUP: drop support for USE_MY_ACCEPT4
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2020 06:02:46 +0000 (07:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2020 06:02:46 +0000 (07:02 +0100)
commit618ac6ea52d6f5d1b6f27f36b1c7bafaf0e1827f
tree279a50cccf315fc916d8e879783702789a60abfc
parentc3e926bf3beb60da5e4f53b606fe46f460b75516
CLEANUP: drop support for USE_MY_ACCEPT4

The accept4() syscall has been present for a while now, there is no more
reason for maintaining our own arch-specific syscall implementation for
systems lacking it in libc but having it in the kernel.
Makefile
include/common/accept4.h [deleted file]
include/common/syscall.h
src/listener.c