From 81659b1df185f8e269319fe903042b0a6bd11372 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 07:42:06 +0000 Subject: Don't compile arc4random if option not set --- libc/stdlib/arc4random.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/stdlib/arc4random.c') diff --git a/libc/stdlib/arc4random.c b/libc/stdlib/arc4random.c index 1c785a385..836b79f6c 100644 --- a/libc/stdlib/arc4random.c +++ b/libc/stdlib/arc4random.c @@ -27,8 +27,6 @@ */ #include -#ifdef __UCLIBC_HAS_ARC4RANDOM__ - #include #include #include @@ -210,5 +208,3 @@ int main(void) { return 0; } #endif - -#endif /* __UCLIBC_HAS_ARC4RANDOM__ */ -- cgit v1.2.3