mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
(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*
|
||||
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_key_netstarg;
|
||||
xdr_key_netstres; xdr_keybuf; xdr_keystatus; xdr_netnamestr; xdr_sizeof;
|
||||
xdr_getcredres; xdr_int16_t; xdr_int32_t; xdr_int8_t;
|
||||
xdr_netnamestr; xdr_sizeof;
|
||||
xdr_uint16_t; xdr_uint32_t; xdr_uint8_t; xdr_unixcred;
|
||||
}
|
||||
GLIBC_2.1.1 {
|
||||
|
@ -37,7 +37,7 @@ libc {
|
||||
getrusage;
|
||||
|
||||
# time type change
|
||||
gettimeofday;
|
||||
gettimeofday; getitimer;
|
||||
|
||||
# i*
|
||||
ieee_get_fp_control; ieee_set_fp_control;
|
||||
@ -51,9 +51,6 @@ libc {
|
||||
# w*
|
||||
wait4;
|
||||
}
|
||||
GLIBC_2.1.1 {
|
||||
getitimer;
|
||||
}
|
||||
GLIBC_2.1.4 {
|
||||
pciconfig_iobase;
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ libc {
|
||||
getdate_err;
|
||||
|
||||
# g*
|
||||
getdate; getdate_r; getitimer;
|
||||
getdate; getdate_r;
|
||||
}
|
||||
GLIBC_2.2 {
|
||||
# w*
|
||||
|
Loading…
Reference in New Issue
Block a user