diff options
Diffstat (limited to 'libc/stdlib/realpath.c')
-rw-r--r-- | libc/stdlib/realpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/realpath.c b/libc/stdlib/realpath.c index 80c25f098..cf9d45fa2 100644 --- a/libc/stdlib/realpath.c +++ b/libc/stdlib/realpath.c @@ -159,3 +159,4 @@ char *realpath(const char *path, char got_path[]) *new_path = '\0'; return got_path; } +libc_hidden_def(realpath) |