diff options
Diffstat (limited to 'libc/sysdeps/linux/common/getrlimit.c')
-rw-r--r-- | libc/sysdeps/linux/common/getrlimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/getrlimit.c b/libc/sysdeps/linux/common/getrlimit.c index 40b3c7368..6297516f0 100644 --- a/libc/sysdeps/linux/common/getrlimit.c +++ b/libc/sysdeps/linux/common/getrlimit.c @@ -13,7 +13,7 @@ #include <sys/resource.h> #undef getrlimit64 -libc_hidden_proto(getrlimit) +/* libc_hidden_proto(getrlimit) */ /* Only wrap getrlimit if the new ugetrlimit is not present and getrlimit sucks */ |