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>2013-05-21 23:04:49 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-05-21 23:04:49 +0400
commit291d93b58b3426854d6e585aa2e17e1b49e6db91 (patch)
tree9d6b76945a8c5b86b80872f3e75f9cbeb6bd06a2 /winsup/cygwin/common.din
parent3e8d2576fdaf69955eb16225117bbe382f85a1d7 (diff)
* Makefile.in (DLL_OFILES): Add arc4random.o.
* common.din: Export arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir and arc4random_uniform. * mktemp.cc (arc4random): Remove static replacement function. * posix.sgml (std-bsd): Add arc4random functions. * include/cygwin/stdlib.h: Declare arc4random functions. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * libc/arc4random.cc: New file implementing arc4random functions taken from FreeBSD.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 648426b2c..913bf939e 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -118,6 +118,11 @@ acosh NOSIGFE
acoshf NOSIGFE
alarm SIGFE
alphasort NOSIGFE
+arc4random NOSIGFE
+arc4random_addrandom NOSIGFE
+arc4random_buf NOSIGFE
+arc4random_stir NOSIGFE
+arc4random_uniform NOSIGFE
argz_add SIGFE
argz_add_sep SIGFE
argz_append SIGFE