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

/bionic/tests/
H A Derrno_test.cpp31 #include <errno.h>
33 // Some GNU source likes to declare errno itself for some reason.
34 extern "C" int errno; variable
/bionic/libc/include/
H A Derrno.h33 #include <linux/errno.h>
43 #define errno (*__errno()) macro
/bionic/tools/versioner/current/
H A Derrno.h33 #include <linux/errno.h>
43 #define errno (*__errno()) macro

Completed in 106 milliseconds