blob: 4e00742b9ef6a514e76d5a3680d846e50cf39211 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
type {struct sockaddr_un}
optional-element {struct sockaddr_un} {unsigned char} sun_len
element {struct sockaddr_un} sa_family_t sun_family
element {struct sockaddr_un} char sun_path []
type sa_family_t
#endif
|