diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-12-12 17:28:03 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-12 17:28:04 +0100 |
commit | 92dcaa3e2f7bf0f7f1c04cd2fb6a317df1a4e225 (patch) | |
tree | 31c4343ff83e493044ed9678650b790d482cb9d5 /stdlib/Versions | |
parent | 341657bc9c17d3ea4546c6d998e67ca349a78e80 (diff) | |
download | glibc-92dcaa3e2f7bf0f7f1c04cd2fb6a317df1a4e225.tar glibc-92dcaa3e2f7bf0f7f1c04cd2fb6a317df1a4e225.tar.gz glibc-92dcaa3e2f7bf0f7f1c04cd2fb6a317df1a4e225.tar.bz2 glibc-92dcaa3e2f7bf0f7f1c04cd2fb6a317df1a4e225.zip |
Add getentropy, getrandom, <sys/random.h> [BZ #17252]
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index 54416b7ea6..415b9945e2 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -115,6 +115,7 @@ libc { GLIBC_2.25 { # s* strfromd; strfromf; strfroml; + getrandom; getentropy; } GLIBC_PRIVATE { # functions which have an additional interface since they are |