summaryrefslogtreecommitdiff
path: root/src/stdlib/l64a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/l64a.c')
-rw-r--r--src/stdlib/l64a.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/l64a.c b/src/stdlib/l64a.c
index 09b9ac95..67c0f9b9 100644
--- a/src/stdlib/l64a.c
+++ b/src/stdlib/l64a.c
@@ -1,15 +1,12 @@
-#if 0
-
#include <stdlib.h>
+#include "_stdlib.h"
char * l64a(long value)
{
+ SIGNAL_SAFE(0);
return NULL;
}
/*
XOPEN(400)
*/
-
-
-#endif