summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.h
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-06-19 11:27:20 +0200
committerAndreas Kling <kling@serenityos.org>2021-06-19 12:55:00 +0200
commit3c3a1726df847aff9db73862040d9f7a3b9fc907 (patch)
tree093fc193bdaf50044be4a40673bc35d461de11d4 /Userland/Shell/Shell.h
parentc980a5177671aa257673582630c2bf1099195a40 (diff)
downloadserenity-3c3a1726df847aff9db73862040d9f7a3b9fc907.zip
Kernel: Make sure threads which don't do any syscalls are terminated
Steps to reproduce: $ cat loop.c int main() { for (;;); } $ gcc -o loop loop.c $ ./loop Terminating this process wasn't previously possible because we only checked whether the thread should be terminated on syscall exit.
Diffstat (limited to 'Userland/Shell/Shell.h')
0 files changed, 0 insertions, 0 deletions