diff options
Diffstat (limited to 'src/pevent.c')
-rw-r--r-- | src/pevent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pevent.c b/src/pevent.c index 053564c..f2fef01 100644 --- a/src/pevent.c +++ b/src/pevent.c @@ -33,6 +33,7 @@ int event_setup(event_ctx *ctx) assert(ctx); if (ctx->epoll_fd < 0) + /* flags == 0 -> obsolete size arg is dropped */ ctx->epoll_fd = epoll_create1(0); return ctx->epoll_fd < 0; |