From c5ad60615407d6f54807ed52656d962d1dcbbe3e Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 8 Dec 2005 04:31:05 +0000 Subject: Merge from trunk. --- libc/stdlib/realpath.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/stdlib/realpath.c') diff --git a/libc/stdlib/realpath.c b/libc/stdlib/realpath.c index 7266ba4c6..88677f7a7 100644 --- a/libc/stdlib/realpath.c +++ b/libc/stdlib/realpath.c @@ -13,6 +13,9 @@ * GNU Library Public License for more details. */ +#define readlink __readlink +#define getcwd __getcwd + #ifdef HAVE_CONFIG_H #include #endif -- cgit v1.2.3