]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototype for __syscall_setrlimit.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Nov 1999 00:05:17 +0000 (00:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Nov 1999 00:05:17 +0000 (00:05 +0000)
sysdeps/unix/sysv/linux/setrlimit.c

index b0e64920b7bdf4d230deb6483746942ca285d0b8..422aa303a7cac7160283b8e64fb1cae4c3f48c43 100644 (file)
@@ -23,6 +23,8 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
+extern int __syscall_setrlimit (unsigned int resource,
+                               const struct rlimit *rlimits);
 
 /* Linux 2.3.25 introduced a new system call since the types used for
    the limits are now unsigned.  */