diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-04 19:25:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-04 19:25:38 +0000 |
commit | 2d7ae2107d3713981a66011ec62d094e32ec46fb (patch) | |
tree | 0446bffdf7488f7d4df9354d993c2206b896fa7d /libidn/idna.c | |
parent | ce118ec6f3f1dbca08e03d25492f71974e125251 (diff) | |
download | glibc-2d7ae2107d3713981a66011ec62d094e32ec46fb.tar.gz glibc-2d7ae2107d3713981a66011ec62d094e32ec46fb.tar.xz glibc-2d7ae2107d3713981a66011ec62d094e32ec46fb.zip |
Update.
* sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention rt-sysdep. * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
Diffstat (limited to 'libidn/idna.c')
-rw-r--r-- | libidn/idna.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libidn/idna.c b/libidn/idna.c index 69c928fc42..bf692c029b 100644 --- a/libidn/idna.c +++ b/libidn/idna.c @@ -778,6 +778,8 @@ idna_to_unicode_lzlz (const char *input, char **output, int flags) * @IDNA_ICONV_ERROR: Could not convert string in locale encoding. * @IDNA_MALLOC_ERROR: Could not allocate buffer (this is typically a * fatal error). + * @IDNA_DLOPEN_ERROR: Could not dlopen the libcidn DSO (only used + * internally in libc). * * Enumerated return codes of idna_to_ascii_4i(), * idna_to_unicode_44i() functions (and functions derived from those |