feat: wrapper function for bootstraping user program
[lunaix-os.git] / 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 (file)
index 5b9b51b..0000000
+++ /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 */