summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/random.h
Commit message (Collapse)AuthorAgeFilesLines
* Export getentropy and getrandom callsCorinna Vinschen2016-12-161-0/+29
getentropy per OpenBSD http://man.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2 getrandom per Linux http://man7.org/linux/man-pages/man2/getrandom.2.html Note that GRND_NONBLOCK is not handled