forked from pool/python-pycparser
19 lines
625 B
Diff
19 lines
625 B
Diff
|
commit 2acb22c5606cf151ea31859bd5c3810fc0630150
|
||
|
Author: Dubslow <bunslow@gmail.com>
|
||
|
Date: Thu Sep 10 18:02:30 2015 -0500
|
||
|
|
||
|
Add missing typedef sa_family_t from sys/socket.h
|
||
|
|
||
|
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;
|