diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-03 09:45:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-03 09:45:25 +0000 |
commit | a49f57629f4e6cf1966627015f4f10d3ca47ddfc (patch) | |
tree | b1c09577387b5cc5ebfe70f53f266f55c5be0610 /locale | |
parent | 958528b013e8cef95565105d5bd06f36826448b0 (diff) | |
download | glibc-a49f57629f4e6cf1966627015f4f10d3ca47ddfc.tar.gz glibc-a49f57629f4e6cf1966627015f4f10d3ca47ddfc.tar.xz glibc-a49f57629f4e6cf1966627015f4f10d3ca47ddfc.zip |
* sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
* 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.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Versions | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/locale/Versions b/locale/Versions index 3a69daeee9..72119349c1 100644 --- a/locale/Versions +++ b/locale/Versions @@ -59,13 +59,12 @@ libc { iswcntrl_l; iswctype_l; iswdigit_l; iswgraph_l; iswlower_l; iswprint_l; iswpunct_l; iswspace_l; iswupper_l; iswxdigit_l; isxdigit_l; strcasecmp_l; strcoll_l; strfmon_l; strncasecmp_l; - strtod_l; strtof_l; strtol_l; strtold_l; strtoll_l; strtoul_l; - strtoull_l; strxfrm_l; toascii_l; tolower_l; toupper_l; + strtod_l; strtof_l; strtol_l; strtold_l; strtoul_l; + strxfrm_l; toascii_l; tolower_l; toupper_l; towctrans_l; towlower_l; towupper_l; wcscasecmp_l; wcscoll_l; wcsncasecmp_l; wcstod_l; wcstof_l; wcstol_l; wcstold_l; wcstoll_l; wcstoul_l; wcstoull_l; wcsxfrm_l; wctype_l; wctrans_l; nl_langinfo_l; - } GLIBC_PRIVATE { # global variables |