summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-16 23:23:46 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-16 23:23:46 +0000
commitcd1bc5a0458062d1b9d9455d858f92a9a146e3e6 (patch)
treeae7232cf5a04a6d8b40e2f743f32c99de5cb5ef8 /sysdeps
parent7969fed27346ca9d9fa3118426ae514ec44fcbb4 (diff)
(_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;
+ }
}