mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-08 20:40:11 +00:00
325081b9eb
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> |
||
---|---|---|
.. | ||
be | ||
bits | ||
le | ||
sh3 | ||
sh4 | ||
sys | ||
____longjmp_chk.S | ||
arch-syscall.h | ||
atomic-machine.h | ||
brk.c | ||
c++-types.data | ||
clone.S | ||
configure | ||
configure.ac | ||
fxstat.c | ||
fxstatat.c | ||
Implies | ||
jmp_buf-macros.h | ||
kernel_sigaction.h | ||
kernel-features.h | ||
localplt.data | ||
lowlevel-atomic.h | ||
lxstat.c | ||
makecontext.S | ||
Makefile | ||
pipe.S | ||
register-dump.h | ||
shlib-versions | ||
sigaltstack-offsets.sym | ||
sigcontextinfo.h | ||
smp.h | ||
syscall.S | ||
syscalls.list | ||
sysdep.h | ||
sysdep.S | ||
Versions | ||
vfork.S | ||
xstat.c |