From 7ccb7a992da072f681e2fb570999743305bab115 Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Sun, 26 Apr 2020 02:00:45 +0900 Subject: [PATCH] [DOC] explicit_bzero exists in modern Linux [ci skip] --- missing/explicit_bzero.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/missing/explicit_bzero.c b/missing/explicit_bzero.c index 1804cdd42e..1220e5f9ad 100644 --- a/missing/explicit_bzero.c +++ b/missing/explicit_bzero.c @@ -17,9 +17,9 @@ /* OS support note: * BSDs have explicit_bzero(). - * OS-X has memset_s(). + * macOS has memset_s(). * Windows has SecureZeroMemory() since XP. - * Linux has none. *Sigh* + * Linux has explicit_bzero() since glibc 2.25, musl libc 1.1.20. */ /*