LibC: Implement pthread cancelation
This code is not tested at all but it looks correct xD
This commit is contained in:
@@ -106,7 +106,8 @@ struct sigevent
|
||||
#define SIGXCPU 27
|
||||
#define SIGXFSZ 28
|
||||
#define SIGWINCH 29
|
||||
#define SIGRTMIN 30
|
||||
#define SIGCANCEL 30
|
||||
#define SIGRTMIN 31
|
||||
#define SIGRTMAX (SIGRTMIN+32)
|
||||
|
||||
#define NSIG SIGRTMAX
|
||||
|
||||
Reference in New Issue
Block a user