mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] explicit_bzero exists in modern Linux
[ci skip]
This commit is contained in:
parent
fefb5fafbc
commit
7ccb7a992d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue