feat: wrapper function for bootstraping user program
[lunaix-os.git] / lunaix-os / includes / usr / sys / types.h
diff --git a/lunaix-os/includes/usr/sys/types.h b/lunaix-os/includes/usr/sys/types.h
deleted file mode 100644 (file)
index 712d687..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LUNAIX_SYS_TYPES_H
-#define __LUNAIX_SYS_TYPES_H
-
-typedef signed long ssize_t;
-
-typedef int pid_t;
-
-typedef unsigned long size_t;
-
-typedef unsigned long off_t;
-
-#endif /* __LUNAIX_TYPES_H */