mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.
This commit is contained in:
parent
98a0c25a63
commit
b9104c3e71
@ -4,4 +4,8 @@ libc {
|
||||
inb; inw; inl;
|
||||
outb; outw; outl;
|
||||
}
|
||||
GLIBC_2.1.2 {
|
||||
_inb; _inw; _inl;
|
||||
_outb; _outw; _outl;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user