X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fcmake%2Fmodules%2FCephChecks.cmake;h=ca86dcbc73de8f7082d4da6eaa91c6fbacf3cd0e;hb=adb31ebba1b9f736f0a7e05b9be808af79cfce80;hp=23687283a7c693d0bc0c12adc3f34b57066b5dab;hpb=8b89984e92223ec320fb4c70589c39f384c86985;p=ceph.git diff --git a/ceph/cmake/modules/CephChecks.cmake b/ceph/cmake/modules/CephChecks.cmake index 23687283a..ca86dcbc7 100644 --- a/ceph/cmake/modules/CephChecks.cmake +++ b/ceph/cmake/modules/CephChecks.cmake @@ -24,6 +24,7 @@ check_function_exists(strerror_r HAVE_Strerror_R) check_function_exists(name_to_handle_at HAVE_NAME_TO_HANDLE_AT) check_function_exists(pipe2 HAVE_PIPE2) check_function_exists(accept4 HAVE_ACCEPT4) +check_function_exists(sigdescr_np HAVE_SIGDESCR_NP) include(CMakePushCheckState) cmake_push_check_state(RESET)