diff options
Diffstat (limited to 'libc/stdlib/realpath.c')
-rw-r--r-- | libc/stdlib/realpath.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <config.h> #endif |