util: Add signal module introducing signal and exception handling

Right now, this prints to the console using the util/log logger
only. Stacktrace on exception still needs to be added.
This commit is contained in:
icex2
2020-09-02 19:53:05 +00:00
parent beea9e7bb7
commit 1d25abc10b
3 changed files with 152 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ src_util := \
mem.c \
msg-thread.c \
net.c \
signal.c \
str.c \
thread.c \
time.c \