From dbb949f53d4801b91885b2dfac9875b83a8710bf Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 2 Jul 2021 11:45:00 +0200 Subject: 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.) --- sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist index eaa36b3fc7..424ec8d953 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist @@ -949,7 +949,10 @@ GLIBC_2.3 fwprintf F GLIBC_2.3 fwrite F GLIBC_2.3 fwrite_unlocked F GLIBC_2.3 fwscanf F +GLIBC_2.3 gai_cancel F +GLIBC_2.3 gai_error F GLIBC_2.3 gai_strerror F +GLIBC_2.3 gai_suspend F GLIBC_2.3 gcvt F GLIBC_2.3 get_avphys_pages F GLIBC_2.3 get_current_dir_name F @@ -959,6 +962,7 @@ GLIBC_2.3 get_nprocs F GLIBC_2.3 get_nprocs_conf F GLIBC_2.3 get_phys_pages F GLIBC_2.3 getaddrinfo F +GLIBC_2.3 getaddrinfo_a F GLIBC_2.3 getaliasbyname F GLIBC_2.3 getaliasbyname_r F GLIBC_2.3 getaliasent F @@ -2323,6 +2327,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 -- cgit 1.4.1