mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 09:28:54 +00:00
11 lines
174 B
Diff
11 lines
174 B
Diff
--- a/trysigio.c
|
|
+++ b/trysigio.c
|
|
@@ -4,6 +4,7 @@
|
|
#include <signal.h>
|
|
#include <fcntl.h>
|
|
#include <stdio.h>
|
|
+#include <unistd.h>
|
|
|
|
int main() {
|
|
int signum=SIGRTMIN+1;
|