diff options
Diffstat (limited to 'io/getcwd.c')
-rw-r--r-- | io/getcwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/getcwd.c b/io/getcwd.c index 9744a5fcdc..98e8cc164a 100644 --- a/io/getcwd.c +++ b/io/getcwd.c @@ -32,6 +32,7 @@ __getcwd (char *buf, size_t size) __set_errno (ENOSYS); return NULL; } +libc_hidden_def (__getcwd) weak_alias (__getcwd, getcwd) stub_warning (__getcwd) |