We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check_symbol_exists
1 parent 9908c07 commit 02ab53cCopy full SHA for 02ab53c
src/CMakeLists.txt
@@ -84,8 +84,8 @@ check_prototype_definition_safe(qsort_s
84
85
# random / entropy data
86
87
-check_function_exists(getentropy GIT_RAND_GETENTROPY)
88
-check_function_exists(getloadavg GIT_RAND_GETLOADAVG)
+check_symbol_exists(getentropy unistd.h GIT_RAND_GETENTROPY)
+check_symbol_exists(getloadavg stdlib.h GIT_RAND_GETLOADAVG)
89
90
# poll
91
0 commit comments