util/proc: Create util module for handling process related stuff

This commit is contained in:
icex2
2020-12-20 16:37:40 +01:00
parent 049f1b4564
commit e4126500ef
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ src_util := \
msg-thread.c \
net.c \
os.c \
proc.c \
signal.c \
str.c \
thread.c \