From d661f77deddaad2e121fd0fecf71d7ca417ed466 Mon Sep 17 00:00:00 2001 From: MoustaphaSaad Date: Fri, 7 Jun 2024 16:06:52 +0300 Subject: simplify explicit_bzero comment --- tests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ae19e3b..3a76e92 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -425,8 +425,7 @@ add_platform_test(exdata_test exdata_test) # expirecallback.c # explicit_bzero -# explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows -# explicit_bzero relies on sigsuspend, which is unavailable on Emscripten +# SA_ONSTACK is unavailable on Windows, sigsuspend is unavailable on Emscripten if(NOT (WIN32 OR EMSCRIPTEN)) if(HAVE_MEMMEM) add_executable(explicit_bzero explicit_bzero.c) -- cgit v1.2.3-55-g6feb