CMakeLists.txt: fix check_symbol_exists() for clock_gettime_nsec_np

This commit is contained in:
Ozkan Sezer 2021-01-24 17:37:24 +03:00
parent b852590ba5
commit d327bbfbfd
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ if(LIBC)
else()
set(HAVE_ALLOCA_H 1)
set(HAVE_ALLOCA 1)
check_symbol_exists(clock_gettime_nsec_np HAVE_CLOCK_GETTIME_NSEC_NP)
check_symbol_exists(clock_gettime_nsec_np "time.h" HAVE_CLOCK_GETTIME_NSEC_NP)
endif()
check_struct_has_member("struct sigaction" "sa_sigaction" "signal.h" HAVE_SA_SIGACTION)