1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

resolv: Move libanl into libc (if libpthread is in libc)

The symbols gai_cancel, gai_error, gai_suspend, getaddrinfo_a,
__gai_suspend_time64 were moved using scripts/move-symbol-to-libc.py.

For Hurd (which remains !PTHREAD_IN_LIBC), a few #define redirects
had to be added because several pthread functions are not available
under __.  (Linux uses __ prefixes for most hidden aliases, and has
to in some cases to avoid linknamespace issues.)
This commit is contained in:
Florian Weimer
2021-07-02 11:45:00 +02:00
parent 813c6ec808
commit dbb949f53d
78 changed files with 498 additions and 206 deletions

View File

@ -1,4 +1 @@
GLIBC_2.33 gai_cancel F
GLIBC_2.33 gai_error F
GLIBC_2.33 gai_suspend F
GLIBC_2.33 getaddrinfo_a F
GLIBC_2.33 __libanl_version_placeholder F

View File

@ -883,7 +883,10 @@ GLIBC_2.33 fwprintf F
GLIBC_2.33 fwrite F
GLIBC_2.33 fwrite_unlocked F
GLIBC_2.33 fwscanf F
GLIBC_2.33 gai_cancel F
GLIBC_2.33 gai_error F
GLIBC_2.33 gai_strerror F
GLIBC_2.33 gai_suspend F
GLIBC_2.33 gcvt F
GLIBC_2.33 get_avphys_pages F
GLIBC_2.33 get_current_dir_name F
@ -891,6 +894,7 @@ GLIBC_2.33 get_nprocs F
GLIBC_2.33 get_nprocs_conf F
GLIBC_2.33 get_phys_pages F
GLIBC_2.33 getaddrinfo F
GLIBC_2.33 getaddrinfo_a F
GLIBC_2.33 getaliasbyname F
GLIBC_2.33 getaliasbyname_r F
GLIBC_2.33 getaliasent F
@ -2183,6 +2187,10 @@ GLIBC_2.34 dlsym F
GLIBC_2.34 dlvsym F
GLIBC_2.34 execveat F
GLIBC_2.34 forkpty F
GLIBC_2.34 gai_cancel F
GLIBC_2.34 gai_error F
GLIBC_2.34 gai_suspend F
GLIBC_2.34 getaddrinfo_a F
GLIBC_2.34 lio_listio F
GLIBC_2.34 lio_listio64 F
GLIBC_2.34 login F

View File

@ -1,4 +1 @@
GLIBC_2.27 gai_cancel F
GLIBC_2.27 gai_error F
GLIBC_2.27 gai_suspend F
GLIBC_2.27 getaddrinfo_a F
GLIBC_2.27 __libanl_version_placeholder F

View File

@ -922,7 +922,10 @@ GLIBC_2.27 fwprintf F
GLIBC_2.27 fwrite F
GLIBC_2.27 fwrite_unlocked F
GLIBC_2.27 fwscanf F
GLIBC_2.27 gai_cancel F
GLIBC_2.27 gai_error F
GLIBC_2.27 gai_strerror F
GLIBC_2.27 gai_suspend F
GLIBC_2.27 gcvt F
GLIBC_2.27 get_avphys_pages F
GLIBC_2.27 get_current_dir_name F
@ -931,6 +934,7 @@ GLIBC_2.27 get_nprocs F
GLIBC_2.27 get_nprocs_conf F
GLIBC_2.27 get_phys_pages F
GLIBC_2.27 getaddrinfo F
GLIBC_2.27 getaddrinfo_a F
GLIBC_2.27 getaliasbyname F
GLIBC_2.27 getaliasbyname_r F
GLIBC_2.27 getaliasent F
@ -2383,6 +2387,10 @@ GLIBC_2.34 dlsym F
GLIBC_2.34 dlvsym F
GLIBC_2.34 execveat F
GLIBC_2.34 forkpty F
GLIBC_2.34 gai_cancel F
GLIBC_2.34 gai_error F
GLIBC_2.34 gai_suspend F
GLIBC_2.34 getaddrinfo_a F
GLIBC_2.34 lio_listio F
GLIBC_2.34 lio_listio64 F
GLIBC_2.34 login F