Home
last modified time | relevance | path

Searched refs:__h_errno (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/htl/
Dherrno.c26 extern __thread int __h_errno;
33 return &__h_errno; in __h_errno_location()
/glibc-2.36/inet/
Dherrno.c27 __thread int __h_errno; variable
/glibc-2.36/resolv/
DVersions95 __h_errno;
/glibc-2.36/include/
Dnetdb.h12 # define h_errno __h_errno
/glibc-2.36/ChangeLog.old/
DChangeLog.63992 * inet/herrno.c: Don't define __h_errno, only h_errno otherwise the
7067 (h_errno): Make strong_alias __h_errno so that we can access
7070 version of h_errno variable. Declare alias __h_errno for h_errno.
DChangeLog.1836412 * inet/herrno.c (h_errno): Rename to __h_errno.
36413 (__libc_h_errno): Define as alias of __h_errno not h_errno.
36415 to __h_errno instead of h_errno.
36416 * nptl/herrno.c (h_errno): Rename to __h_errno.
36417 (__h_errno_location): Refer to __h_errno not h_errno.
36418 * resolv/Versions (h_errno): Rename to __h_errno.