about summary refs log tree commit diff
path: root/stdlib/getentropy.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the return type of the getentropy stubAurelien Jarno2017-08-031-1/+1
| | | | | | | | | 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.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-121-0/+31