]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Jul 1999 23:23:46 +0000 (23:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Jul 1999 23:23:46 +0000 (23:23 +0000)
sysdeps/unix/sysv/linux/arm/Versions

index 3a412cc3a385e6edc085183451e7627acf69e8e2..7f9789300781318965e3938c7e0b60efbac53720 100644 (file)
@@ -4,4 +4,8 @@ libc {
     inb; inw; inl;
     outb; outw; outl;
   }
+  GLIBC_2.1.2 {
+    _inb; _inw; _inl;
+    _outb; _outw; _outl;
+  }
 }