mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 14:28:20 +08:00
[AF_UNIX] Update AF_UNIX bind, connect entry (#8314)
This commit is contained in:
@@ -186,8 +186,7 @@ struct sockaddr
|
||||
/* Structure describing the address of an AF_LOCAL (aka AF_UNIX) socket. */
|
||||
struct sockaddr_un
|
||||
{
|
||||
uint8_t sa_len;
|
||||
sa_family_t sa_family;
|
||||
unsigned short sa_family;
|
||||
char sun_path[108]; /* Path name. */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user