diff options
Diffstat (limited to 'libc/stdlib/realpath.c')
-rw-r--r-- | libc/stdlib/realpath.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdlib/realpath.c b/libc/stdlib/realpath.c index 7266ba4c6..2a018b4b7 100644 --- a/libc/stdlib/realpath.c +++ b/libc/stdlib/realpath.c @@ -13,6 +13,8 @@ * GNU Library Public License for more details. */ +#define readlink __readlink + #ifdef HAVE_CONFIG_H #include <config.h> #endif |