]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/__struct_sockaddr_un.h
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375)
[wasi-libc.git] / libc-bottom-half / headers / public / __struct_sockaddr_un.h
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