Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Jul 1999 11:52:44 +0000 (11:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Jul 1999 11:52:44 +0000 (11:52 +0000)
1999-07-15  Philip Blundell  <pb@nexus.co.uk>

* sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb,
_outw, _outl): Added to GLIBC_2.1.2.

ChangeLog
sysdeps/unix/sysv/linux/arm/Versions

index 6cefbf5..a62e0e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-15  Philip Blundell  <pb@nexus.co.uk>
+
+       * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb,
+       _outw, _outl): Added to GLIBC_2.1.2.
+
 1999-07-15  Ulrich Drepper  <drepper@cygnus.com>
 
        * posix/fnmatch.h: Use __name instead of __string in prototype to
index 3a412cc..7f97893 100644 (file)
@@ -4,4 +4,8 @@ libc {
     inb; inw; inl;
     outb; outw; outl;
   }
+  GLIBC_2.1.2 {
+    _inb; _inw; _inl;
+    _outb; _outw; _outl;
+  }
 }