mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
LibC: Implement pthread_cancel
This commit is contained in:
parent
1269ce0c35
commit
899fd74f8e
5 changed files with 71 additions and 4 deletions
|
@ -38,4 +38,5 @@
|
|||
#define SIGIO 29
|
||||
#define SIGINFO 30
|
||||
#define SIGSYS 31
|
||||
#define NSIG 32
|
||||
#define SIGCANCEL 32
|
||||
#define NSIG 33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue