LibC: Implement pthread cancelation

This code is not tested at all but it looks correct xD
This commit is contained in:
2025-06-01 13:48:03 +03:00
parent 56fdf6002c
commit dbdefa0f4a
15 changed files with 165 additions and 16 deletions
+2 -1
View File
@@ -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