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:
@@ -13,6 +13,7 @@ src_util := \
|
||||
mem.c \
|
||||
msg-thread.c \
|
||||
net.c \
|
||||
signal.c \
|
||||
str.c \
|
||||
thread.c \
|
||||
time.c \
|
||||
|
||||
Reference in New Issue
Block a user