From 08537d88f625658222ecc63ccf633ed4278b7b3b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 21 Mar 2016 08:12:54 +0100 Subject: Move arc4random Cygwin only code to Cygwin Keep the Newlib arc4random.c identical to the OpenBSD upstream version. Signed-off-by: Sebastian Huber . --- newlib/libc/stdlib/arc4random.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'newlib/libc') 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__ */ -- cgit v1.2.3