diff options
Diffstat (limited to 'libidn/idn-stub.c')
-rw-r--r-- | libidn/idn-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libidn/idn-stub.c b/libidn/idn-stub.c index 9361b250a6..afd93caed8 100644 --- a/libidn/idn-stub.c +++ b/libidn/idn-stub.c @@ -130,7 +130,7 @@ __idna_to_ascii_lz (const char *input, char **output, int flags) } -#ifndef NOT_IN_libc +#if IS_IN (libc) libc_freeres_fn (unload_libidn) { if (h != NULL && h != (void *) 1l) |