1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

Kernel/LibC: Implement setreuid

This commit is contained in:
Jesse Buhagiar 2021-04-09 21:13:15 +10:00 committed by Andreas Kling
parent 81eab1a9d1
commit 60cdbc9397
5 changed files with 34 additions and 0 deletions

View file

@ -79,6 +79,7 @@ namespace Kernel {
S(setegid) \
S(setuid) \
S(setgid) \
S(setreuid) \
S(setresuid) \
S(setresgid) \
S(alarm) \