diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dlfcn.h | 2 | ||||
-rw-r--r-- | include/idna.h | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index 694e71c..c231309 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -46,7 +46,7 @@ extern char **__libc_argv attribute_hidden; The use of RTLD_NOW also impacts gconv module loading, backtracing (where the unwinder form libgcc_s.so is used), and IDNA functions - (which load libidn), all of which load their respective DSOs on + (which load libidn2), all of which load their respective DSOs on demand, and so should not impact program startup. That is to say that the DSOs are loaded as part of an API call and therefore we will be calling that family of API functions shortly so RTLD_NOW or diff --git a/include/idna.h b/include/idna.h deleted file mode 100644 index dcb271d..0000000 --- a/include/idna.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _IDNA_H -#include <libidn/idna.h> - -extern __typeof (idna_to_ascii_lz) __idna_to_ascii_lz attribute_hidden; -extern __typeof (idna_to_unicode_lzlz ) __idna_to_unicode_lzlz - attribute_hidden; - -#endif |