| |||
| Home > The C and C++ libraries > __aeabi_errno_addr() | |||
This function is called to get the address of the C library errno variable
when the C library attempts to read or write errno.
The library provides a default implementation. It is unlikely that you
have to re-implement this function.
This function is not part of the C library standard, but is supported by the ARM C library as an extension.