repo.or.cz
/
libc-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sigaltstck: add missing include
[libc-test.git]
/
src
/
api
/
sys_un.c
blob
74b764a981970f37686d2bb724a6ebd6584f719a
1
#include <sys/un.h>
2
#define T(t) (t*)0;
3
#define F(t,n) {t *y = &x.n;}
4
static void
f
()
5
{
6
T
(
sa_family_t
)
7
{
8
struct
sockaddr_un x
;
9
F
(
sa_family_t
,
sun_family
)
10
F
(
char
,
sun_path
[
0
])
11
}
12
}
13