summaryrefslogtreecommitdiff
path: root/libc/stdlib/arc4random.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 07:42:06 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 07:42:06 +0000
commit81659b1df185f8e269319fe903042b0a6bd11372 (patch)
tree2ff5fba9ab0ed622c8b0ae8bbd3d2259c53f5ffb /libc/stdlib/arc4random.c
parentcaed8420ef5be27f4b6e2b07a39e21642e6d1ceb (diff)
Don't compile arc4random if option not set
Diffstat (limited to 'libc/stdlib/arc4random.c')
-rw-r--r--libc/stdlib/arc4random.c4
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__ */