HelenOS sources

__errno            44 uspace/lib/c/include/errno.h extern errno_t *__errno(void) __attribute__((const));
__errno            49 uspace/lib/c/include/errno.h #define errno  (*(::helenos::__errno()))
__errno            51 uspace/lib/c/include/errno.h #define errno  (*(__errno()))
__errno            44 uspace/lib/posix/include/libc/errno.h extern errno_t *__errno(void) __attribute__((const));
__errno            49 uspace/lib/posix/include/libc/errno.h #define errno  (*(::helenos::__errno()))
__errno            51 uspace/lib/posix/include/libc/errno.h #define errno  (*(__errno()))
HelenOS homepage, sources at GitHub