diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:42:06 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:42:06 +0000 |
commit | 81659b1df185f8e269319fe903042b0a6bd11372 (patch) | |
tree | 2ff5fba9ab0ed622c8b0ae8bbd3d2259c53f5ffb /libc/stdlib/arc4random.c | |
parent | caed8420ef5be27f4b6e2b07a39e21642e6d1ceb (diff) |
Don't compile arc4random if option not set
Diffstat (limited to 'libc/stdlib/arc4random.c')
-rw-r--r-- | libc/stdlib/arc4random.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <features.h> -#ifdef __UCLIBC_HAS_ARC4RANDOM__ - #include <fcntl.h> #include <stdlib.h> #include <unistd.h> @@ -210,5 +208,3 @@ int main(void) { return 0; } #endif - -#endif /* __UCLIBC_HAS_ARC4RANDOM__ */ |