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