mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
a49f57629f
* sysdeps/ia64/dl-machine.h: Likewise. * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from argument type. * sysdeps/ia64/dl-lookupcfg.h: Update decl. * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias. * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias. * locale/Versions (libc: GLIBC_2.3): Move those to ... * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file. * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise. * Versions.def (libc): Add GLIBC_2.3.3 set.
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
libc {
|
|
GLIBC_2.3.3 {
|
|
# These were erroneously omitted for 64-bit platforms in 2.3.
|
|
strtoll_l; strtoull_l;
|
|
}
|
|
}
|