summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
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