summaryrefslogtreecommitdiff
path: root/src/stdlib/fcvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/fcvt.c')
-rw-r--r--src/stdlib/fcvt.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/fcvt.c b/src/stdlib/fcvt.c
index cab92565..857a25d7 100644
--- a/src/stdlib/fcvt.c
+++ b/src/stdlib/fcvt.c
@@ -1,15 +1,12 @@
-#if 0
-
#include <stdlib.h>
+#include "_stdlib.h"
char *fcvt(double value, int ndigit, int *decpt, int *sign)
{
+ SIGNAL_SAFE(0);
return 0;
}
/*
XOPEN(400,700)
*/
-
-
-#endif