summaryrefslogtreecommitdiff
path: root/missing/explicit_bzero.c
diff options
context:
space:
mode:
authorSorah Fukumori <her@sorah.jp>2020-04-26 02:00:45 +0900
committerSorah Fukumori <her@sorah.jp>2020-04-26 02:00:45 +0900
commit7ccb7a992da072f681e2fb570999743305bab115 (patch)
treeaec1adfa1c1bdcdfc2915a95a6c4e45640dd48ce /missing/explicit_bzero.c
parentfefb5fafbc44a02c0eaf91de14ca38ac890653ab (diff)
[DOC] explicit_bzero exists in modern Linux
[ci skip]
Diffstat (limited to 'missing/explicit_bzero.c')
-rw-r--r--missing/explicit_bzero.c4
1 files 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.
*/
/*