Adding IPC v1.5.5 patch

This commit is contained in:
bakkeby
2020-09-08 13:34:58 +02:00
parent 4379517c25
commit 95611ca0bd
11 changed files with 2815 additions and 0 deletions

5
patch/ipc.h Normal file
View File

@ -0,0 +1,5 @@
#include <sys/epoll.h>
static int handlexevent(struct epoll_event *ev);
static void setlayoutsafe(const Arg *arg);
static void setupepoll(void);