(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.

This commit is contained in:
Ulrich Drepper 1999-07-15 11:51:36 +00:00
parent 98a0c25a63
commit b9104c3e71

View File

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