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.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/stdlib/seed48.c b/src/stdlib/seed48.c
index 8a070709..42c194a4 100644
--- a/src/stdlib/seed48.c
+++ b/src/stdlib/seed48.c
@@ -1,15 +1,13 @@
-#if 0
-
#include <stdlib.h>
+#include "_stdlib.h"
unsigned short * seed48(unsigned short seed16v[3])
{
+ SIGNAL_SAFE(0);
+
return seed16v;
}
/*
XOPEN(4)
*/
-
-
-#endif