mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
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;
|
|
}
|
|
}
|