summaryrefslogtreecommitdiff
path: root/patch/fsignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/fsignal.h')
-rw-r--r--patch/fsignal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/fsignal.h b/patch/fsignal.h
new file mode 100644
index 0000000..55fed6c
--- /dev/null
+++ b/patch/fsignal.h
@@ -0,0 +1,8 @@
+typedef struct {
+ unsigned int signum;
+ void (*func)(const Arg *);
+ const Arg arg;
+} Signal;
+
+static int fake_signal(void);
+