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.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdlib/erand48.c b/src/stdlib/erand48.c
deleted file mode 100644
index e7fdeb4d..00000000
--- a/src/stdlib/erand48.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdlib.h>
-#include "_stdlib.h"
-
-double erand48(unsigned short xsubi[3])
-{
- SIGNAL_SAFE(0);
- return 0.0;
-}
-
-/*
-XOPEN(4)
-*/