summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDubslow <bunslow@gmail.com>2015-09-10 18:02:30 -0500
committerDubslow <bunslow@gmail.com>2015-09-10 18:02:30 -0500
commit2acb22c5606cf151ea31859bd5c3810fc0630150 (patch)
treed098f4181bc01d92f76dbea2f21117b5c5fbe5a9 /utils
parent7f6b3404da3d3184560b04492b64acf5c0ca4ce2 (diff)
downloadpycparser-2acb22c5606cf151ea31859bd5c3810fc0630150.tar.gz
Add missing typedef sa_family_t from sys/socket.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 6201cf7..8c8d463 100644
--- a/utils/fake_libc_include/_fake_typedefs.h
+++ b/utils/fake_libc_include/_fake_typedefs.h
@@ -95,6 +95,7 @@ typedef int pthread_barrier_t;
typedef int pthread_barrierattr_t;
typedef int jmp_buf;
typedef int rlim_t;
+typedef int sa_family_t;
typedef int sigjmp_buf;
typedef int stack_t;
typedef int siginfo_t;