about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/mips64/n64/libanl.abilist
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-021-4/+1
| | | | | | | | | | 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.)
* linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2021-06-141-0/+4
The n32 will require the 64-bit time symbols for y2038 support. Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>