forked from Bananymous/banan-os
LibC: Implement pthread cancelation
This code is not tested at all but it looks correct xD
This commit is contained in:
@@ -525,6 +525,8 @@ namespace Kernel
|
||||
// Ignore the signal
|
||||
case SIGCHLD:
|
||||
case SIGURG:
|
||||
case SIGWINCH:
|
||||
case SIGCANCEL:
|
||||
break;
|
||||
|
||||
// Stop the process:
|
||||
|
||||
Reference in New Issue
Block a user