summaryrefslogtreecommitdiff
path: root/src/stdio/popen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/popen.c')
-rw-r--r--src/stdio/popen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/popen.c b/src/stdio/popen.c
index dd338519..550c8fda 100644
--- a/src/stdio/popen.c
+++ b/src/stdio/popen.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -70,3 +72,6 @@ FILE * popen(const char * command, const char * mode)
POSIX(2)
*/
+
+
+#endif