summaryrefslogtreecommitdiff
path: root/src/stdlib/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/putenv.c')
-rw-r--r--src/stdlib/putenv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/putenv.c b/src/stdlib/putenv.c
index 471712e7..723ecb1f 100644
--- a/src/stdlib/putenv.c
+++ b/src/stdlib/putenv.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
int putenv(char * string)
@@ -8,3 +10,6 @@ int putenv(char * string)
/*
XOPEN(4)
*/
+
+
+#endif