For historical reasons, mostly.
, errno ( 1980- ). (C99, C11...) - , , __errno() ( C , errno , . n1570 ยง7.5); .
errno , , , ,
, #include <errno.h> errno , - , , .
. C, . musl-libc errno/__errno_location.c
int *__errno_location(void)
{
return &__pthread_self()->errno_val;
}
include/errno.h :
int *__errno_location(void);
#define errno (*__errno_location())
GNU libc
, (, mmap), POSIX errno, . dlopen (. dlerror). , .