mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
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.
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
libc {
|
|
GLIBC_2.1 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
outb; outw; outl;
|
|
}
|
|
GLIBC_2.1.2 {
|
|
_inb; _inw; _inl;
|
|
_outb; _outw; _outl;
|
|
}
|
|
}
|