diff options
author | MoustaphaSaad <moustapha.saad.abdelhamed@gmail.com> | 2024-06-07 16:06:52 +0300 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-19 14:06:09 +0200 |
commit | d661f77deddaad2e121fd0fecf71d7ca417ed466 (patch) | |
tree | 981cf68405423e69bc9cfe22c0c3895671b44126 /tests | |
parent | c7a7dbd7007838d6d47d97397313b2791aae71b1 (diff) | |
download | portable-d661f77deddaad2e121fd0fecf71d7ca417ed466.tar.gz portable-d661f77deddaad2e121fd0fecf71d7ca417ed466.tar.bz2 portable-d661f77deddaad2e121fd0fecf71d7ca417ed466.zip |
simplify explicit_bzero comment
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
425 | # expirecallback.c | 425 | # expirecallback.c |
426 | 426 | ||
427 | # explicit_bzero | 427 | # explicit_bzero |
428 | # explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows | 428 | # SA_ONSTACK is unavailable on Windows, sigsuspend is unavailable on Emscripten |
429 | # explicit_bzero relies on sigsuspend, which is unavailable on Emscripten | ||
430 | if(NOT (WIN32 OR EMSCRIPTEN)) | 429 | if(NOT (WIN32 OR EMSCRIPTEN)) |
431 | if(HAVE_MEMMEM) | 430 | if(HAVE_MEMMEM) |
432 | add_executable(explicit_bzero explicit_bzero.c) | 431 | add_executable(explicit_bzero explicit_bzero.c) |