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