mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
* idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs. * idn-stub.c: Implement __idna_to_unicode_lzlz. Split __idna_to_ascii_lz in two parts so that loading can be shared with the new function. * Versions (libcidn): Export idna_to_unicode_lzlz.cvs/fedora-2_3-branch
3 changed files with 17 additions and 12 deletions
@ -1,5 +1,6 @@ |
|||
libcidn { |
|||
GLIBC_PRIVATE { |
|||
idna_to_ascii_lz; |
|||
idna_to_unicode_lzlz; |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue