summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2010-02-16 09:32:38 +0000
committerroot <root>2010-02-16 09:32:38 +0000
commitfae5e7584f8154028f508ac11d07f02fed959837 (patch)
tree2202c0939549eb8086137e715183eb246db147bf /ev.c
parent89d6c781838ccee385f0805ef71a7ab6672d09bd (diff)
maemo hits, but it's a dead platform anyways
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index f89d7fd..2568f7b 100644
--- a/ev.c
+++ b/ev.c
@@ -405,7 +405,7 @@ extern "C" {
# ifdef __cplusplus
extern "C" {
# endif
-int eventfd (unsigned int initval, int flags);
+int (eventfd) (unsigned int initval, int flags);
# ifdef __cplusplus
}
# endif