Searched defs:errno (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Derrno.h32 #include <linux/errno.h>
44 /* use errno = xxxx instead in C code */
47 /* internal function returning the address of the thread-specific errno */
50 /* a macro expanding to the errno l-value */
51 #define errno (*__errno()) macro

Completed in 55 milliseconds