From e385ba0d0df0854d3f46df7bc37785ef4422f278 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 14:49:09 +0000 Subject: Hide some of the f* *printf, use them as well --- libc/stdio/popen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio/popen.c') diff --git a/libc/stdio/popen.c b/libc/stdio/popen.c index 00c2d7bb1..14a36aa64 100644 --- a/libc/stdio/popen.c +++ b/libc/stdio/popen.c @@ -17,6 +17,7 @@ #define waitpid __waitpid #define execl __execl #define dup2 __dup2 +#define fdopen __fdopen #include #include -- cgit v1.2.3