aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-03-28 09:03:02 +0200
committerAndreas Schneider <asn@samba.org>2017-04-06 09:18:17 +0200
commitef679984f4a85b4b75a85fc41df4d16a92f26721 (patch)
tree906a714e91dc469cb7ffa8a3024d2c55127254a8 /ConfigureChecks.cmake
parentf64d6bd6526b046c350e8e421204461ee66cf9b8 (diff)
downloadsocket_wrapper-ef679984f4a85b4b75a85fc41df4d16a92f26721.tar.gz
socket_wrapper-ef679984f4a85b4b75a85fc41df4d16a92f26721.tar.xz
socket_wrapper-ef679984f4a85b4b75a85fc41df4d16a92f26721.zip
cmake: Check for open64() function
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12694 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@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 71b34ce..6a00677 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -63,6 +63,7 @@ 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(open64 HAVE_OPEN64)
check_function_exists(pledge HAVE_PLEDGE)