summaryrefslogtreecommitdiff
path: root/src/stdlib/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/random.c')
-rw-r--r--src/stdlib/random.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stdlib/random.c b/src/stdlib/random.c
deleted file mode 100644
index 45f712a1..00000000
--- a/src/stdlib/random.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdlib.h>
-#include "_stdlib.h"
-
-long random(void)
-{
- SIGNAL_SAFE(0);
-
- return 0;
-}
-
-/*
-XOPEN(400)
-*/