summaryrefslogtreecommitdiff
path: root/src/stdlib/nrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/nrand48.c')
-rw-r--r--src/stdlib/nrand48.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/nrand48.c b/src/stdlib/nrand48.c
index 35ced790..30ff633c 100644
--- a/src/stdlib/nrand48.c
+++ b/src/stdlib/nrand48.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
long nrand48(unsigned short xsubi[3])
@@ -8,3 +10,6 @@ long nrand48(unsigned short xsubi[3])
/*
XOPEN(4)
*/
+
+
+#endif