Files
ladybird/Kernel
Brian Gianforcaro a977cdd9ac Kernel: Remove unneeded Thread::set_default_signal_dispositions
The `default_signal_action(u8 signal)` function already has the
full mapping. The only caveat being that now we need to make
sure the thread constructor and clear_signals() method do the work
of resetting the m_signal_action_data array, instead or relying on
the previous logic in set_default_signal_dispositions.
2021-02-21 12:54:39 +01:00
..
2021-02-21 10:52:30 +01:00
2021-01-17 20:30:31 +01:00
2021-02-17 16:33:43 +01:00
2020-05-14 20:15:18 +02:00
2021-02-14 09:36:58 +01:00
2021-02-14 09:36:58 +01:00
2020-08-10 11:51:45 +02:00