Skip to content

Commit 3e8522a

Browse files
committed
fixes nanomsg#956 pthread_atfork error on Arm processor
1 parent cdedbcd commit 3e8522a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ else ()
334334

335335
nng_check_lib (rt clock_gettime NNG_HAVE_CLOCK_GETTIME)
336336
nng_check_lib (pthread sem_wait NNG_HAVE_SEMAPHORE_PTHREAD)
337+
nng_check_lib (pthread pthread_atfork NNG_HAVE_PTHREAD_ATFORK_PTHREAD)
337338
nng_check_lib (nsl gethostbyname NNG_HAVE_LIBNSL)
338339
nng_check_lib (socket socket NNG_HAVE_LIBSOCKET)
339340

0 commit comments

Comments
 (0)