Use sigsetjmp()/siglongjmp() when available
[platform/upstream/cmocka.git] / ConfigureChecks.cmake
index c0dd13d..c82f099 100644 (file)
@@ -76,6 +76,7 @@ check_function_exists(exit HAVE_EXIT)
 check_function_exists(fprintf HAVE_FPRINTF)
 check_function_exists(free HAVE_FREE)
 check_function_exists(longjmp HAVE_LONGJMP)
+check_function_exists(siglongjmp HAVE_SIGLONGJMP)
 check_function_exists(malloc HAVE_MALLOC)
 check_function_exists(memcpy HAVE_MEMCPY)
 check_function_exists(memset HAVE_MEMSET)