summaryrefslogtreecommitdiff
path: root/src/stdlib/srandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/srandom.c')
-rw-r--r--src/stdlib/srandom.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/srandom.c b/src/stdlib/srandom.c
index a0839684..b2822abd 100644
--- a/src/stdlib/srandom.c
+++ b/src/stdlib/srandom.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
void srandom(unsigned seed)
@@ -7,3 +9,6 @@ void srandom(unsigned seed)
/*
XOPEN(400)
*/
+
+
+#endif