#ifndef _ERRNO_H #define _ERRNO_H extern int errno; #include extern int *__errno_location(void); extern void __set_errno(int error); #endif