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