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