ref: c679d867ba0e7d6c4ebbd82649d0eed8a4fe0c2a dir: /libc/include/errno.h/
/* See LICENSE file for copyright and license details. */ #ifndef _ERRNO_H #define _ERRNO_H extern int errno; #endif