From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/signal/SIGTERM.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/signal/SIGTERM.c') diff --git a/src/signal/SIGTERM.c b/src/signal/SIGTERM.c index 72dfa7ae..4e475279 100644 --- a/src/signal/SIGTERM.c +++ b/src/signal/SIGTERM.c @@ -1,10 +1,13 @@ -#include #define SIGTERM (15) + /** terminate **/ + /*** is a signal indicating that the system is requesting the program to terminate. ***/ + /* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */ + /* STDC(1) */ -- cgit v1.2.1