File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ cmake_push_check_state(RESET)
349349cmake_pop_check_state()
350350
351351check_symbol_exists(kill "signal.h" HAVE_KILL)
352+ check_symbol_exists(mempcpy "string.h" HAVE_MEMPCPY)
352353
353354cmake_push_check_state(RESET)
354355 set (CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE)
Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ cmake_push_check_state(RESET)
311311 check_symbol_exists(memfd_create "sys/mman.h" HAVE_MEMFD_CREATE)
312312cmake_pop_check_state()
313313
314- check_symbol_exists(mempcpy "string.h" HAVE_MEMPCPY)
315314check_symbol_exists(mkstemp "stdlib.h" HAVE_MKSTEMP)
316315check_symbol_exists(mmap "sys/mman.h" HAVE_MMAP)
317316check_symbol_exists(nice "unistd.h" HAVE_NICE)
You can’t perform that action at this time.
0 commit comments