summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__struct_sockaddr_un.h
blob: 637119495a23b7fb132b000c487fb9435bbb97fd (plain)
1
2
3
4
5
6
7
8
9
10
#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