]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Jan 2000 11:52:07 +0000 (11:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Jan 2000 11:52:07 +0000 (11:52 +0000)
sysdeps/unix/sysv/linux/arm/Versions

index 3a412cc3a385e6edc085183451e7627acf69e8e2..39f209f0865aeeaab118b68f077bf87e01e71d04 100644 (file)
@@ -4,4 +4,8 @@ libc {
     inb; inw; inl;
     outb; outw; outl;
   }
+  GLIBC_2.1.3 {
+    # New rlimit interface
+    getrlimit; setrlimit; getrlimit64; setrlimit64;
+  }
 }