]> git.proxmox.com Git - wasi-libc.git/blame - 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
CommitLineData
320054e8
DG
1#ifndef __wasilibc___struct_sockaddr_un_h
2#define __wasilibc___struct_sockaddr_un_h
3
320054e8
DG
4#include <__typedef_sa_family_t.h>
5
6struct sockaddr_un {
0c3fbfca 7 __attribute__((aligned(__BIGGEST_ALIGNMENT__))) sa_family_t sun_family;
320054e8
DG
8};
9
10#endif