mirror of git://sourceware.org/git/glibc.git
(GLIBC_2.1): Move getitimer to sysdeps/unix/sysv/linux/alpha/Versions.
This commit is contained in:
parent
5804f16c54
commit
cff7dc3a34
|
@ -98,9 +98,8 @@ libc {
|
||||||
|
|
||||||
# x*
|
# x*
|
||||||
xdecrypt; xdr_authdes_cred; xdr_authdes_verf;
|
xdecrypt; xdr_authdes_cred; xdr_authdes_verf;
|
||||||
xdr_cryptkeyarg; xdr_cryptkeyarg2; xdr_cryptkeyres; xdr_des_block;
|
xdr_getcredres; xdr_int16_t; xdr_int32_t; xdr_int8_t;
|
||||||
xdr_getcredres; xdr_int16_t; xdr_int32_t; xdr_int8_t; xdr_key_netstarg;
|
xdr_netnamestr; xdr_sizeof;
|
||||||
xdr_key_netstres; xdr_keybuf; xdr_keystatus; xdr_netnamestr; xdr_sizeof;
|
|
||||||
xdr_uint16_t; xdr_uint32_t; xdr_uint8_t; xdr_unixcred;
|
xdr_uint16_t; xdr_uint32_t; xdr_uint8_t; xdr_unixcred;
|
||||||
}
|
}
|
||||||
GLIBC_2.1.1 {
|
GLIBC_2.1.1 {
|
||||||
|
|
|
@ -37,7 +37,7 @@ libc {
|
||||||
getrusage;
|
getrusage;
|
||||||
|
|
||||||
# time type change
|
# time type change
|
||||||
gettimeofday;
|
gettimeofday; getitimer;
|
||||||
|
|
||||||
# i*
|
# i*
|
||||||
ieee_get_fp_control; ieee_set_fp_control;
|
ieee_get_fp_control; ieee_set_fp_control;
|
||||||
|
@ -51,9 +51,6 @@ libc {
|
||||||
# w*
|
# w*
|
||||||
wait4;
|
wait4;
|
||||||
}
|
}
|
||||||
GLIBC_2.1.1 {
|
|
||||||
getitimer;
|
|
||||||
}
|
|
||||||
GLIBC_2.1.4 {
|
GLIBC_2.1.4 {
|
||||||
pciconfig_iobase;
|
pciconfig_iobase;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@ libc {
|
||||||
getdate_err;
|
getdate_err;
|
||||||
|
|
||||||
# g*
|
# g*
|
||||||
getdate; getdate_r; getitimer;
|
getdate; getdate_r;
|
||||||
}
|
}
|
||||||
GLIBC_2.2 {
|
GLIBC_2.2 {
|
||||||
# w*
|
# w*
|
||||||
|
|
Loading…
Reference in New Issue