diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-12-31 15:11:29 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-31 15:11:29 +0100 |
commit | a851999f61ad7ceabc2a945a3c31c60e8c914a4b (patch) | |
tree | 87b395ad3924b66a69f215fd04d31e9ef5ccffd9 /ChangeLog | |
parent | ed19993b5b0d05d62cc883571519a67dae481a14 (diff) | |
download | glibc-a851999f61ad7ceabc2a945a3c31c60e8c914a4b.tar glibc-a851999f61ad7ceabc2a945a3c31c60e8c914a4b.tar.gz glibc-a851999f61ad7ceabc2a945a3c31c60e8c914a4b.tar.bz2 glibc-a851999f61ad7ceabc2a945a3c31c60e8c914a4b.zip |
getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-12-31 Florian Weimer <fweimer@redhat.com> + + [BZ #17252] + * posix/unistd.h (getentropy): Declare for __USE_MISC, not just + __USE_GNU. + 2016-12-31 Torvald Riegel <triegel@redhat.com> [BZ #13165] |