diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setrlimit64.c')
-rw-r--r-- | libc/sysdeps/linux/common/setrlimit64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/setrlimit64.c b/libc/sysdeps/linux/common/setrlimit64.c index 3233ed696..8705c6f59 100644 --- a/libc/sysdeps/linux/common/setrlimit64.c +++ b/libc/sysdeps/linux/common/setrlimit64.c @@ -26,7 +26,6 @@ #if defined __UCLIBC_HAS_LFS__ && __WORDSIZE == 32 -/* libc_hidden_proto(setrlimit) */ /* Set the soft and hard limits for RESOURCE to *RLIMITS. Only the super-user can increase hard limits. |