summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-15 11:51:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-15 11:51:36 +0000
commitb9104c3e71b123117deeae0ad088ab655b8d7cf7 (patch)
tree278891e7db7fbe6c13ec6b5de923c036d6e3def9 /sysdeps/unix/sysv/linux/arm/Versions
parent98a0c25a631e565b55ec4c1acff1abcda4fb72c1 (diff)
downloadglibc-b9104c3e71b123117deeae0ad088ab655b8d7cf7.tar.gz
(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/Versions')
-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;
+ }
}