mirror of
https://github.com/fluencelabs/musl
synced 2025-06-23 19:52:01 +00:00
initial check-in, version 0.5.0
This commit is contained in:
13
include/sys/un.h
Normal file
13
include/sys/un.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef _SYS_UN_H
|
||||
#define _SYS_UN_H
|
||||
|
||||
#define __NEED_sa_family_t
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
struct sockaddr_un
|
||||
{
|
||||
sa_family_t sun_family;
|
||||
char sun_path[108];
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user