diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-10 00:22:53 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-10 00:22:53 +0000 |
commit | 3720c42fcc3645f08053087b29e8f44cf9aeb438 (patch) | |
tree | 75056355e3f9a284d7e3618618bb05dca01ce16c /libc/misc/wordexp | |
parent | f445c58e7015240d1e68aa3d7c2cf50a298e2c2a (diff) |
Switch fread/fwrite/fclose/pipe/sigsetmask users
Diffstat (limited to 'libc/misc/wordexp')
-rw-r--r-- | libc/misc/wordexp/wordexp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c index a850b2aca..e76d6a63a 100644 --- a/libc/misc/wordexp/wordexp.c +++ b/libc/misc/wordexp/wordexp.c @@ -33,6 +33,7 @@ #define dup2 __dup2 #define atoi __atoi #define fnmatch __fnmatch +#define pipe __pipe #if 0 #define glob __glob #define globfree __globfree |