mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
cf9e0cbc6d
* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase in GLIBC_2.1.4. 2000-03-20 Richard Henderson <rth@cygnus.com>
53 lines
795 B
Plaintext
53 lines
795 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Unfortunately in wider use.
|
|
_inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
|
|
_hae_shift;
|
|
|
|
# b*
|
|
bus_base; bus_base_sparse;
|
|
|
|
# h*
|
|
hae_shift;
|
|
|
|
# i*
|
|
inb; inl; inw; ioperm; iopl;
|
|
|
|
# o*
|
|
outb; outl; outw;
|
|
|
|
# p*
|
|
pciconfig_read; pciconfig_write; sethae;
|
|
}
|
|
GLIBC_2.1 {
|
|
# Linux/Alpha 64-bit timeval functions.
|
|
__select; select;
|
|
adjtime; adjtimex; __adjtimex;
|
|
__gettimeofday;
|
|
|
|
# glob interface change
|
|
glob; globfree;
|
|
|
|
# limit type change
|
|
getrusage;
|
|
|
|
# time type change
|
|
gettimeofday;
|
|
|
|
# i*
|
|
ieee_get_fp_control; ieee_set_fp_control;
|
|
|
|
# s*
|
|
setitimer; settimeofday;
|
|
|
|
# u*
|
|
utimes;
|
|
|
|
# w*
|
|
wait4;
|
|
}
|
|
GLIBC_2.1.4 {
|
|
pciconfig_iobase;
|
|
}
|
|
}
|