summaryrefslogtreecommitdiff
path: root/bits/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/types.h')
-rw-r--r--bits/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bits/types.h b/bits/types.h
index b985a3a49f..c6b7b8884e 100644
--- a/bits/types.h
+++ b/bits/types.h
@@ -115,4 +115,7 @@ typedef __u_quad_t __fsfilcnt64_t;
typedef int __t_scalar_t;
typedef unsigned int __t_uscalar_t;
+/* This definition makes this file kind of architecture dependent. */
+typedef long int __intptr_t;
+
#endif /* bits/types.h */