summaryrefslogtreecommitdiff
path: root/src/stdio/getw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/getw.c')
-rw-r--r--src/stdio/getw.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdio/getw.c b/src/stdio/getw.c
index 6476781c..ad1b0bad 100644
--- a/src/stdio/getw.c
+++ b/src/stdio/getw.c
@@ -1,17 +1,14 @@
-#if 0
-
#include <stdio.h>
+#include "_stdio.h"
# define _XOPEN_LEGACY 500
int getw(FILE *stream)
{
+ SIGNAL_SAFE(0);
return 0;
}
/*
XOPEN(4,600)
*/
-
-
-#endif