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.
This commit is contained in:
Ulrich Drepper 1999-07-15 11:52:44 +00:00
parent c5ccd92f4c
commit 2946d3e1d4
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -4,4 +4,8 @@ libc {
inb; inw; inl;
outb; outw; outl;
}
GLIBC_2.1.2 {
_inb; _inw; _inl;
_outb; _outw; _outl;
}
}