mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Kernel: Mark sys$killpg as not needing the big lock
Same as sys$kill, nothing here that isn't already protected by existing locks.
This commit is contained in:
parent
e71b84228e
commit
08d79c757a
Notes:
sideshowbarker
2024-07-16 22:22:13 +09:00
Author: https://github.com/awesomekling
Commit: 08d79c757a
Pull-request: https://github.com/SerenityOS/serenity/pull/18163
Reviewed-by: https://github.com/Hendiadyoin1
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ enum class NeedsBigProcessLock {
|
|||
S(jail_attach, NeedsBigProcessLock::No) \
|
||||
S(kill, NeedsBigProcessLock::No) \
|
||||
S(kill_thread, NeedsBigProcessLock::Yes) \
|
||||
S(killpg, NeedsBigProcessLock::Yes) \
|
||||
S(killpg, NeedsBigProcessLock::No) \
|
||||
S(link, NeedsBigProcessLock::No) \
|
||||
S(listen, NeedsBigProcessLock::No) \
|
||||
S(lseek, NeedsBigProcessLock::No) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue