From 253a32e2f9ff1cbb8edbe7c79834a678daebeb93 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 13:14:01 -0500 Subject: merge POSIX.1-1988/1990 --- src/signal/SIGALRM.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/signal/SIGALRM.c (limited to 'src/signal/SIGALRM.c') diff --git a/src/signal/SIGALRM.c b/src/signal/SIGALRM.c new file mode 100644 index 00000000..10f61118 --- /dev/null +++ b/src/signal/SIGALRM.c @@ -0,0 +1,6 @@ +#include +#define SIGALRM (11) +/*s Alarm s*/ +/* +POSIX(1) +*/ -- cgit v1.2.1