aboutsummaryrefslogtreecommitdiff
path: root/src/third_party/mac_headers/arm/_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/mac_headers/arm/_types.h')
-rw-r--r--src/third_party/mac_headers/arm/_types.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/third_party/mac_headers/arm/_types.h b/src/third_party/mac_headers/arm/_types.h
new file mode 100644
index 00000000..f464d6bd
--- /dev/null
+++ b/src/third_party/mac_headers/arm/_types.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
+ */
+#ifndef _BSD_ARM__TYPES_H_
+#define _BSD_ARM__TYPES_H_
+
+#if defined (__arm__) || defined (__arm64__) || defined (__aarch64__)
+
+
+typedef long __darwin_intptr_t;
+typedef unsigned int __darwin_natural_t;
+
+
+#endif /* defined (__arm__) || defined (__arm64__) || defined (__aarch64__) */
+
+#endif /* _BSD_ARM__TYPES_H_ */ \ No newline at end of file