| 1 | #ifndef __wasilibc___struct_sockaddr_un_h |
| 2 | #define __wasilibc___struct_sockaddr_un_h |
| 3 | |
| 4 | #include <__typedef_sa_family_t.h> |
| 5 | |
| 6 | struct sockaddr_un { |
| 7 | __attribute__((aligned(__BIGGEST_ALIGNMENT__))) sa_family_t sun_family; |
| 8 | }; |
| 9 | |
| 10 | #endif |