Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove signalfd include header - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
commit c7c74b7b37b596ba11b18a6824fa808575bb005c
parent 7fd10119bbb606d8e186e4e43bae3d1ab17e4184
Author: sin <[email protected]>
Date: Mon, 10 Feb 2014 20:08:05 +0000
Remove signalfd include header
Diffstat:
M sinit.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/sinit.c b/sinit.c
@@ -4,7 +4,6 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
-#include <sys/signalfd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.