X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/c316c28e6c8a165111d6bbc208555f5c53489818..db7fc030e9e04c881f5f12a0e23baa8db4e20ee1:/lunaix-os/includes/usr/errno.h diff --git a/lunaix-os/includes/usr/errno.h b/lunaix-os/includes/usr/errno.h deleted file mode 100644 index 5b9b51b..0000000 --- a/lunaix-os/includes/usr/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 */