We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f07c4 commit 9c30dddCopy full SHA for 9c30ddd
1 file changed
contrib/buildsystems/CMakeLists.txt
@@ -376,7 +376,7 @@ endif()
376
#function checks
377
set(function_checks
378
strcasestr memmem strlcpy strtoimax strtoumax strtoull
379
- setenv mkdtemp poll pread memmem writev)
+ setenv mkdtemp poll pread memmem)
380
381
#unsetenv,hstrerror are incompatible with windows build
382
if(NOT WIN32)
@@ -421,10 +421,6 @@ if(NOT HAVE_MEMMEM)
421
list(APPEND compat_SOURCES compat/memmem.c)
422
endif()
423
424
-if(NOT HAVE_WRITEV)
425
- list(APPEND compat_SOURCES compat/writev.c)
426
-endif()
427
-
428
429
if(NOT HAVE_UNSETENV)
430
list(APPEND compat_SOURCES compat/unsetenv.c)
0 commit comments