mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 22:13:13 +00:00
Kernel: Add sigreturn() to "stdio" with all the other signal syscalls
This commit is contained in:
@@ -1196,6 +1196,7 @@ void create_kernel_info_page()
|
||||
|
||||
int Process::sys$sigreturn(RegisterDump& registers)
|
||||
{
|
||||
REQUIRE_PROMISE(stdio);
|
||||
SmapDisabler disabler;
|
||||
|
||||
//Here, we restore the state pushed by dispatch signal and asm_signal_trampoline.
|
||||
|
||||
Reference in New Issue
Block a user