summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-10 00:22:53 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-10 00:22:53 +0000
commit3720c42fcc3645f08053087b29e8f44cf9aeb438 (patch)
tree75056355e3f9a284d7e3618618bb05dca01ce16c /libc/stdio
parentf445c58e7015240d1e68aa3d7c2cf50a298e2c2a (diff)
Switch fread/fwrite/fclose/pipe/sigsetmask users
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/popen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/popen.c b/libc/stdio/popen.c
index 14a36aa64..c3ee09381 100644
--- a/libc/stdio/popen.c
+++ b/libc/stdio/popen.c
@@ -18,6 +18,7 @@
#define execl __execl
#define dup2 __dup2
#define fdopen __fdopen
+#define pipe __pipe
#include <stdio.h>
#include <stdlib.h>