From 2c03b6db26c016d83bcc9a6fa2298f67462fa735 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Oct 2004 16:11:51 +0000 Subject: Update. 2004-10-05 Jakub Jelinek * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h. * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise. --- libidn/ChangeLog | 4 ++++ libidn/idn-stub.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'libidn') diff --git a/libidn/ChangeLog b/libidn/ChangeLog index 7f65c50711..daeb4bdef0 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,7 @@ +2004-10-05 Ulrich Drepper + + * idn-stub.c (unload_libidn): Don't define outside libc. + 2004-07-02 Roland McGrath * configure: Don't exit. diff --git a/libidn/idn-stub.c b/libidn/idn-stub.c index 13cd4db5c2..3c69bbc3b3 100644 --- a/libidn/idn-stub.c +++ b/libidn/idn-stub.c @@ -132,6 +132,7 @@ __idna_to_ascii_lz (const char *input, char **output, int flags) } +#ifndef NOT_IN_libc libc_freeres_fn (unload_libidn) { if (h != NULL && h != (void *) 1l) @@ -140,3 +141,4 @@ libc_freeres_fn (unload_libidn) h = (void *) 1l; } } +#endif -- cgit 1.4.1