mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
There has never been any such function "fnctl"
It was only a typo of fcntl. Get rid of this test.
This commit is contained in:
parent
92b753d5e4
commit
0b6be4114d
1 changed files with 0 additions and 1 deletions
1
external/unbound/configure_checks.cmake
vendored
1
external/unbound/configure_checks.cmake
vendored
|
@ -58,7 +58,6 @@ check_function_exists(ctime_r HAVE_CTIME_R)
|
||||||
check_function_exists(daemon HAVE_DAEMON)
|
check_function_exists(daemon HAVE_DAEMON)
|
||||||
check_function_exists(endprotoent HAVE_ENDPROTOENT)
|
check_function_exists(endprotoent HAVE_ENDPROTOENT)
|
||||||
check_function_exists(endservent HAVE_ENDSERVENT)
|
check_function_exists(endservent HAVE_ENDSERVENT)
|
||||||
check_function_exists(fnctl HAVE_FNCTL)
|
|
||||||
check_function_exists(fork HAVE_FORK)
|
check_function_exists(fork HAVE_FORK)
|
||||||
check_function_exists(fseeko HAVE_FSEEKO)
|
check_function_exists(fseeko HAVE_FSEEKO)
|
||||||
check_function_exists(fsync HAVE_FSYNC)
|
check_function_exists(fsync HAVE_FSYNC)
|
||||||
|
|
Loading…
Reference in a new issue