diff options
Diffstat (limited to '')
-rw-r--r-- | usr/include/errno.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/include/errno.h b/usr/include/errno.h new file mode 100644 index 0000000..d8e20bd --- /dev/null +++ b/usr/include/errno.h @@ -0,0 +1,13 @@ +/* + * errno.h + */ + +#ifndef _ERRNO_H +#define _ERRNO_H + +#include <klibc/extern.h> +#include <asm/errno.h> + +__extern int errno; + +#endif /* _ERRNO_H */ |