repo.or.cz
/
lnanohttp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
port to arm64
[lnanohttp.git]
/
ulinux
/
archs
/
x86_64
/
epoll.h
blob
0bfa437e215036a766c9cdebc46e101a8d752628
1
#ifndef ULINUX_ARCH_EPOLL_H
2
#define ULINUX_ARCH_EPOLL_H
3
/*
4
* this code is protected by the GNU affero GPLv3
5
* author:Sylvain BERTRAND
6
*/
7
#ifndef PACKED
8
#error
"missing x86_64 PACKED macro"
9
#endif
10
#define EPOLL_PACKED PACKED
11
#endif