summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-05-03 14:59:34 +0200
committerAndreas Schneider <asn@samba.org>2016-05-03 15:36:27 +0200
commitd731d16ac6b8f8c1edaf51794ed458cfe19c0040 (patch)
treef81d085afca6650abf04ddd585d4d1537b5efc61 /ConfigureChecks.cmake
parent09f3be725259c8ea9f51c84a96c4c03459ba72aa (diff)
downloadsocket_wrapper-d731d16ac6b8f8c1edaf51794ed458cfe19c0040.tar.gz
socket_wrapper-d731d16ac6b8f8c1edaf51794ed458cfe19c0040.tar.xz
socket_wrapper-d731d16ac6b8f8c1edaf51794ed458cfe19c0040.zip
swrap: Add support for accept4()
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 5e96912..48455ef 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -62,6 +62,7 @@ check_function_exists(signalfd HAVE_SIGNALFD)
check_function_exists(eventfd HAVE_EVENTFD)
check_function_exists(timerfd_create HAVE_TIMERFD_CREATE)
check_function_exists(bindresvport HAVE_BINDRESVPORT)
+check_function_exists(accept4 HAVE_ACCEPT4)
check_function_exists(pledge HAVE_PLEDGE)