1
Fork 0
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:
Tim Schumacher 2022-06-12 14:48:28 +02:00 committed by Brian Gianforcaro
parent 1269ce0c35
commit 899fd74f8e
5 changed files with 71 additions and 4 deletions

View file

@ -38,4 +38,5 @@
#define SIGIO 29
#define SIGINFO 30
#define SIGSYS 31
#define NSIG 32
#define SIGCANCEL 32
#define NSIG 33