mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 19:00:08 +00:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
|
|
type {struct sockaddr_un}
|
|
|
|
element {struct sockaddr_un} sa_family_t sun_family
|
|
element {struct sockaddr_un} char sun_path []
|
|
|
|
type sa_family_t
|
|
#endif
|