]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add getrlimit, setrlimit, getrlimit64 and setrlimit64 to version GLIBC_2.1.3.
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Dec 1999 08:24:51 +0000 (08:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Dec 1999 08:24:51 +0000 (08:24 +0000)
sysdeps/unix/sysv/linux/Versions

index 6210830ccea9d313e89a28cd2565b1c9bb28f0dc..40886431899dc62b89a738d251af0cbeb1cd51fb 100644 (file)
@@ -82,4 +82,8 @@ libc {
     # u*
     umount2;
   }
+  GLIBC_2.1.3 {
+    # New rlimit interface
+    getrlimit; setrlimit; getrlimit64; setrlimit64;
+  }
 }