mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Kernel: Add sigreturn() to "stdio" with all the other signal syscalls
This commit is contained in:
parent
7b53699e6f
commit
a6cef2408c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue