__errno_location

Name

__errno_location -- address of errno variable

Synopsis

int * __errno_location(void);

Description

The __errno_location() function shall return the address of the errno variable for the current thread.

__errno_location() is not in the source standard; it is only in the binary standard.