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:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/stdlib/arc4random.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/newlib/libc/stdlib/arc4random.c b/newlib/libc/stdlib/arc4random.c
index 0eeaa2ccd..75cdff3bc 100644
--- a/newlib/libc/stdlib/arc4random.c
+++ b/newlib/libc/stdlib/arc4random.c
@@ -193,18 +193,3 @@ arc4random_buf(void *buf, size_t n)
_rs_random_buf(buf, n);
_ARC4_UNLOCK();
}
-
-#ifdef __CYGWIN__
-/* Exported functions removed from OpenBSD in the meantime. Keep them,
- but make them non-functional. They don't return a value anyway. */
-void
-arc4random_stir(void)
-{
-}
-
-void
-arc4random_addrandom(u_char *dat, int datlen)
-{
-}
-
-#endif /* __CYGWIN__ */