mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(_HAVE_SA_LEN): Define.
This commit is contained in:
@ -38,4 +38,6 @@ typedef unsigned char sa_family_t;
|
|||||||
|
|
||||||
#define __SOCKADDR_COMMON_SIZE (2 * sizeof (unsigned char))
|
#define __SOCKADDR_COMMON_SIZE (2 * sizeof (unsigned char))
|
||||||
|
|
||||||
|
#define _HAVE_SA_LEN 1 /* We have the sa_len field. */
|
||||||
|
|
||||||
#endif /* bits/sockaddr.h */
|
#endif /* bits/sockaddr.h */
|
||||||
|
Reference in New Issue
Block a user