Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasip2/__struct_sockaddr_un.h

10 lines
229 B
C
Raw Normal View History

2025-11-09 18:56:24 +01:00
#ifndef __wasilibc___struct_sockaddr_un_h
#define __wasilibc___struct_sockaddr_un_h
#include <__typedef_sa_family_t.h>
struct sockaddr_un {
__attribute__((aligned(__BIGGEST_ALIGNMENT__))) sa_family_t sun_family;
};
#endif