From 2acb22c5606cf151ea31859bd5c3810fc0630150 Mon Sep 17 00:00:00 2001 From: Dubslow Date: Thu, 10 Sep 2015 18:02:30 -0500 Subject: [PATCH] Add missing typedef sa_family_t from sys/socket.h --- utils/fake_libc_include/_fake_typedefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/fake_libc_include/_fake_typedefs.h b/utils/fake_libc_include/_fake_typedefs.h index 6201cf7b..8c8d4635 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;