Luna/libc/include/errno.h
apio 8838e2cf22
Some checks failed
continuous-integration/drone/push Build is failing
Bring back the OS-Specific Toolchain on restart :^)
2023-01-06 17:35:07 +01:00

9 lines
92 B
C

#ifndef _ERRNO_H
#define _ERRNO_H
extern int errno;
#include <luna/SystemError.h>
#endif