From 3720c42fcc3645f08053087b29e8f44cf9aeb438 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 10 Dec 2005 00:22:53 +0000 Subject: Switch fread/fwrite/fclose/pipe/sigsetmask users --- libc/misc/wchar/wchar.c | 2 ++ libc/misc/wordexp/wordexp.c | 1 + 2 files changed, 3 insertions(+) (limited to 'libc/misc') 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 -- cgit v1.2.3