index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
make
/
check_eventfd.cpp
blob: 9746ed733fb69ed1a1905ea6fd0f79664e9ddc62 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
#include
<sys/eventfd.h>
int
main
()
{
int
fd
=
eventfd
(
0
,
0
);
return
(
fd
<
0
);
}