From 4e75d7f504b61ef031d14e4283fc5842cf126357 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 16 Dec 2016 23:10:19 +0100 Subject: Export getentropy and getrandom calls 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 --- winsup/cygwin/common.din | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/common.din') diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index b0064c877..8c9af216b 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -604,6 +604,7 @@ getdelim = __getdelim SIGFE getdomainname SIGFE getdtablesize NOSIGFE getegid NOSIGFE +getentropy SIGFE getenv NOSIGFE geteuid NOSIGFE getgid NOSIGFE @@ -650,6 +651,7 @@ getpwnam SIGFE getpwnam_r SIGFE getpwuid SIGFE getpwuid_r SIGFE +getrandom SIGFE getrlimit SIGFE getrusage SIGFE gets SIGFE -- cgit v1.2.3