summaryrefslogtreecommitdiff
path: root/stdlib/getentropy.c
AgeCommit message (Collapse)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-08-03Fix the return type of the getentropy stubAurelien Jarno
The return type of the getentropy stub is wrongly defined as ssize_t, while both the <sys/random.h> header and the Linux implementation define it as int. This patch fixes that. Changelog: * stdlib/getentropy.c (getentropy): Change return type to int.
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer