glibc/sysdeps/unix/sysv/linux/arm/be
Adhemerval Zanella 325081b9eb string: Add strerrorname_np and strerrordesc_np
The strerrorname_np returns error number name (e.g. "EINVAL" for EINVAL)
while strerrordesc_np returns string describing error number (e.g
"Invalid argument" for EINVAL).  Different than strerror,
strerrordesc_np does not attempt to translate the return description,
both functions return NULL for an invalid error number.

They should be used instead of sys_errlist and sys_nerr, both are
thread and async-signal safe.  These functions are GNU extensions.

Checked on x86-64-linux-gnu, i686-linux-gnu, powerpc64le-linux-gnu,
and s390x-linux-gnu.

Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2020-07-07 15:02:57 -03:00
..
Implies arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
ld.abilist ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
libanl.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
libBrokenLocale.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
libc.abilist string: Add strerrorname_np and strerrordesc_np 2020-07-07 15:02:57 -03:00
libcrypt.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
libdl.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
libm.abilist New exp10f version without SVID compat wrapper 2020-06-19 12:08:47 -03:00
libnsl.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
libpthread.abilist nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
libresolv.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
librt.abilist Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
libthread_db.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
libutil.abilist arm: Split BE/LE abilist 2019-08-29 09:58:21 -03:00
Versions sysvipc: Set ipc_perm mode as mode_t (BZ#18231) 2019-10-10 17:33:27 -03:00