summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAkira Hayakawa <ruby.wktk@gmail.com>2014-09-03 08:57:56 +0900
committerAkira Hayakawa <ruby.wktk@gmail.com>2014-09-09 14:32:20 +0900
commit58ac51fa5bc8a60e3abede83f37f15166edd7773 (patch)
tree1d63e6020abda2a15c0c17cb018b0bb70cff28e4 /utils
parent5a05d9301ded85b871f658286d0d640ea9e89af2 (diff)
downloadpycparser-58ac51fa5bc8a60e3abede83f37f15166edd7773.tar.gz
Add more fake typedefs
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/fake_libc_include/_fake_typedefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/fake_libc_include/_fake_typedefs.h b/utils/fake_libc_include/_fake_typedefs.h
index a086cf1..3d8bfbd 100644
--- a/utils/fake_libc_include/_fake_typedefs.h
+++ b/utils/fake_libc_include/_fake_typedefs.h
@@ -12,6 +12,8 @@ typedef int __int_least16_t;
typedef int __uint_least16_t;
typedef int __int32_t;
typedef int __uint32_t;
+typedef int __int64_t;
+typedef int __uint64_t;
typedef int __int_least32_t;
typedef int __uint_least32_t;
typedef int _LOCK_T;
@@ -71,6 +73,7 @@ typedef int div_t;
typedef int ldiv_t;
typedef int lldiv_t;
typedef int sigset_t;
+typedef int __sigset_t;
typedef int _sig_func_ptr;
typedef int sig_atomic_t;
typedef int __tzrule_type;
@@ -91,6 +94,8 @@ typedef int pthread_spinlock_t;
typedef int pthread_barrier_t;
typedef int pthread_barrierattr_t;
typedef int jmp_buf;
+typedef int sigjmp_buf;
+typedef int stack_t;
/* C99 exact-width integer types */
typedef int int8_t;