Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-12-17 01:10:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-12-17 01:10:19 +0300
commit4e75d7f504b61ef031d14e4283fc5842cf126357 (patch)
treea138169ee4c393cb4255fcf8296e93f6c4e3dc15 /winsup/cygwin/common.din
parentf46f501471dc3505b0c920a61b14ec9551df40c7 (diff)
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
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din2
1 files changed, 2 insertions, 0 deletions
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