diff options
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/wchar/wchar.c | 2 | ||||
-rw-r--r-- | libc/misc/wordexp/wordexp.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index 4ef93eaff..0d7d8371a 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -99,6 +99,8 @@ */ #define vfprintf __vfprintf +#define fread __fread +#define fwrite __fwrite #define _GNU_SOURCE #define _ISOC99_SOURCE 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 |