conform sys/un.h: Allow sun_ prefix, not only sun_len

* conform/data/sys/un.h-data: Allow sun_ prefix.
This commit is contained in:
Samuel Thibault 2018-04-18 21:07:04 +02:00
parent 783c482030
commit 3dc0814cba
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,7 @@
2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org> 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
* conform/data/sys/un.h-data (struct sockaddr_un): Allow sun_len * conform/data/sys/un.h-data: Allow sun_ prefix.
member.
* sysdeps/mach/include/lock-intern.h: Move to include/. * sysdeps/mach/include/lock-intern.h: Move to include/.
* sysdeps/mach/include/mach.h: Move to include/. * sysdeps/mach/include/mach.h: Move to include/.
* sysdeps/mach/include/mach/mig_support.h: Move to include/mach/. * sysdeps/mach/include/mach/mig_support.h: Move to include/mach/.

View file

@ -1,9 +1,10 @@
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
type {struct sockaddr_un} 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} sa_family_t sun_family
element {struct sockaddr_un} char sun_path [] element {struct sockaddr_un} char sun_path []
type sa_family_t type sa_family_t
allow sun_*
#endif #endif