[systemd-devel] [PATCH 2/2] epoll and signalfd has been moved into sd event loop
Shawn Landden
shawn at churchofgit.com
Mon Dec 9 14:08:59 PST 2013
---
src/core/manager.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/core/manager.c b/src/core/manager.c
index f06df54..56c10cf 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -22,9 +22,7 @@
#include <assert.h>
#include <errno.h>
#include <string.h>
-#include <sys/epoll.h>
#include <signal.h>
-#include <sys/signalfd.h>
#include <sys/wait.h>
#include <unistd.h>
#include <sys/poll.h>
--
1.8.5.1
More information about the systemd-devel
mailing list