]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/__struct_sockaddr_un.h
__wasi_thread_spawn: stop truncating the return value (#353)
[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 #define __need_STDDEF_H_misc
5 #include <stddef.h>
6
7 #include <__typedef_sa_family_t.h>
8
9 struct sockaddr_un {
10 _Alignas(max_align_t) sa_family_t sun_family;
11 };
12
13 #endif