From f0bb80b9b87ceda115612333af8355833b73f4fa Mon Sep 17 00:00:00 2001 From: "roberto@fedora64" Date: Sun, 2 Jan 2011 21:48:14 +0100 Subject: [PATCH] timerfd fix --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event.c b/event.c index 49d2662a..57306698 100644 --- a/event.c +++ b/event.c @@ -416,7 +416,7 @@ struct uwsgi_fmon *event_queue_ack_file_monitor(int eq, int id) { #include #endif -#ifndef timerfd_create +#ifndef TFD_CLOEXEC // timerfd support