Adding restartsig and emptyview patches

This commit is contained in:
bakkeby
2019-10-02 23:22:04 +02:00
parent 37b1b54ab9
commit 0a23ed6efd
8 changed files with 86 additions and 0 deletions

2
patch/restartsig.h Normal file
View File

@@ -0,0 +1,2 @@
static void sighup(int unused);
static void sigterm(int unused);