hurd: fix conformity test for sys/un.h
[glibc.git] / conform / data / sys / un.h-data
blob4e00742b9ef6a514e76d5a3680d846e50cf39211
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
2 type {struct sockaddr_un}
4 optional-element {struct sockaddr_un} {unsigned char} sun_len
5 element {struct sockaddr_un} sa_family_t sun_family
6 element {struct sockaddr_un} char sun_path []
8 type sa_family_t
9 #endif