X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/db7fc030e9e04c881f5f12a0e23baa8db4e20ee1..2a49908006b177c4d6354309333d06b1b96e4887:/lunaix-os/usr/includes/errno.h diff --git a/lunaix-os/usr/includes/errno.h b/lunaix-os/usr/includes/errno.h deleted file mode 100644 index 5b9b51b..0000000 --- a/lunaix-os/usr/includes/errno.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __LUNAIX_SYS_ERRNO_H -#define __LUNAIX_SYS_ERRNO_H - -int -geterrno(); - -#define errno (geterrno()) - -#endif /* __LUNAIX_ERRNO_H */