about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-15 11:52:44 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-15 11:52:44 +0000
commit2946d3e1d4023581881d1761ffddbdeba3774e57 (patch)
tree5d0da13d21102028dba4a1c2eafa0f59d073d456 /sysdeps
parentc5ccd92f4cafac5c3655f01897a91ef901c26e02 (diff)
downloadglibc-2946d3e1d4023581881d1761ffddbdeba3774e57.tar.gz
glibc-2946d3e1d4023581881d1761ffddbdeba3774e57.tar.xz
glibc-2946d3e1d4023581881d1761ffddbdeba3774e57.zip
Update.
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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/arm/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions
index 3a412cc3a3..7f97893007 100644
--- a/sysdeps/unix/sysv/linux/arm/Versions
+++ b/sysdeps/unix/sysv/linux/arm/Versions
@@ -4,4 +4,8 @@ libc {
     inb; inw; inl;
     outb; outw; outl;
   }
+  GLIBC_2.1.2 {
+    _inb; _inw; _inl;
+    _outb; _outw; _outl;
+  }
 }