simplify explicit_bzero comment

This commit is contained in:
MoustaphaSaad
2024-06-07 16:06:52 +03:00
committed by Theo Buehler
parent c7a7dbd700
commit d661f77ded

View File

@@ -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)