Skip to content

Commit

Permalink
Add missing typedef sa_family_t from sys/socket.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dubslow committed Sep 10, 2015
1 parent 7f6b340 commit 2acb22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/fake_libc_include/_fake_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2acb22c

Please sign in to comment.