summaryrefslogtreecommitdiff
path: root/src/stdio/putw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/putw.c')
-rw-r--r--src/stdio/putw.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/putw.c b/src/stdio/putw.c
index 8aac6d23..19ea92b7 100644
--- a/src/stdio/putw.c
+++ b/src/stdio/putw.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
# define _XOPEN_LEGACY 500
@@ -9,3 +11,6 @@ int putw(int w, FILE *stream)
/*
XOPEN(4,600)
*/
+
+
+#endif