summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDov Feldstern <dfeldstern@nds.com>2013-01-23 13:15:47 +0200
committerDov Feldstern <dfeldstern@nds.com>2013-01-23 13:15:47 +0200
commit0f204aae3e460fce98b026f34983a533730292fb (patch)
tree1e0f93e09e0afda47598d2d98891b76ad81657f6 /utils
parent86f2eeec51acaeb610ac7d17c846f0b84414380e (diff)
downloadpycparser-0f204aae3e460fce98b026f34983a533730292fb.tar.gz
added a fake typedef for jmp_buf (from setjmp.h)
Diffstat (limited to 'utils')
-rw-r--r--utils/fake_libc_include/_fake_typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fake_libc_include/_fake_typedefs.h b/utils/fake_libc_include/_fake_typedefs.h
index 3070b5a..e31f50d 100644
--- a/utils/fake_libc_include/_fake_typedefs.h
+++ b/utils/fake_libc_include/_fake_typedefs.h
@@ -90,6 +90,7 @@ typedef int pthread_rwlockattr_t;
typedef int pthread_spinlock_t;
typedef int pthread_barrier_t;
typedef int pthread_barrierattr_t;
+typedef int jmp_buf;
/* C99 integer types */
typedef int int8_t;