From ab9d3f10ea97362d3c8ed875f2a721bf56c0f0ed Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 14:23:42 +0000 Subject: Use __open|__closedir --- libc/sysdeps/linux/common/getcwd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/common/getcwd.c') diff --git a/libc/sysdeps/linux/common/getcwd.c b/libc/sysdeps/linux/common/getcwd.c index 4a1ea093e..71134af09 100644 --- a/libc/sysdeps/linux/common/getcwd.c +++ b/libc/sysdeps/linux/common/getcwd.c @@ -1,5 +1,8 @@ /* These functions find the absolute path to the current working directory. */ +#define opendir __opendir +#define closedir __closedir + #include #include #include -- cgit v1.2.3