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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user