summaryrefslogtreecommitdiff
path: root/src/stdlib/seed48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/seed48.c')
-rw-r--r--src/stdlib/seed48.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stdlib/seed48.c b/src/stdlib/seed48.c
deleted file mode 100644
index 42c194a4..00000000
--- a/src/stdlib/seed48.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdlib.h>
-#include "_stdlib.h"
-
-unsigned short * seed48(unsigned short seed16v[3])
-{
- SIGNAL_SAFE(0);
-
- return seed16v;
-}
-
-/*
-XOPEN(4)
-*/