Kernel/LibC: Cleanup, fix and implement a lot of signal code

This patch implements sigsets and some of their usages
This commit is contained in:
2024-08-01 17:01:18 +03:00
parent 838d31fa41
commit 6de350ce9d
7 changed files with 180 additions and 45 deletions

View File

@@ -22,7 +22,7 @@ __BEGIN_DECLS
#include <sys/types.h>
typedef int sig_atomic_t;
typedef void* sigset_t;
typedef unsigned long long sigset_t;
union sigval
{