summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/private/_/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/private/_/types.h')
-rw-r--r--libc-bottom-half/headers/private/_/types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/private/_/types.h b/libc-bottom-half/headers/private/_/types.h
new file mode 100644
index 0000000..42b17e5
--- /dev/null
+++ b/libc-bottom-half/headers/private/_/types.h
@@ -0,0 +1,9 @@
+#include <_/cdefs.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <stdbool.h>
+#include <stdarg.h>
+#include <sys/types.h>
+
+typedef uint64_t __uint64_t;
+#define _UINT64_C UINT64_C