From: Ulrich Drepper Date: Thu, 15 Jul 1999 11:52:44 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~27032 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2946d3e1d4023581881d1761ffddbdeba3774e57;p=external%2Fglibc.git Update. 1999-07-15 Philip Blundell * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2. --- diff --git a/ChangeLog b/ChangeLog index 6cefbf5..a62e0e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-15 Philip Blundell + + * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb, + _outw, _outl): Added to GLIBC_2.1.2. + 1999-07-15 Ulrich Drepper * posix/fnmatch.h: Use __name instead of __string in prototype to diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions index 3a412cc..7f97893 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; + } }