mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
LibC: Implement pthread_cancel
This commit is contained in:
committed by
Brian Gianforcaro
parent
1269ce0c35
commit
899fd74f8e
@@ -871,6 +871,7 @@ static DefaultSignalAction default_signal_action(u8 signal)
|
||||
case SIGIO:
|
||||
case SIGPROF:
|
||||
case SIGTERM:
|
||||
case SIGCANCEL:
|
||||
return DefaultSignalAction::Terminate;
|
||||
case SIGCHLD:
|
||||
case SIGURG:
|
||||
|
||||
Reference in New Issue
Block a user