diff options
author | dzwdz | 2023-01-08 21:14:03 +0100 |
---|---|---|
committer | dzwdz | 2023-01-08 21:14:03 +0100 |
commit | c178ab5d5ca328d5b0072d54e3dc66d1b198df7b (patch) | |
tree | 0f9e3da6fc6133ab4bab052661bf8903e354d804 /src/user/app/init/init.c | |
parent | 5defe97cc8b870fa50ba01999f80974b8b21c5b5 (diff) |
kernel: let parents kill their children again
Diffstat (limited to 'src/user/app/init/init.c')
-rw-r--r-- | src/user/app/init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/init/init.c b/src/user/app/init/init.c index 96b2eb7..0af0150 100644 --- a/src/user/app/init/init.c +++ b/src/user/app/init/init.c @@ -104,5 +104,6 @@ int main(void) { } _syscall_read(killswitch_pipe[0], NULL, 0, 0); + _syscall_filicide(); return 0; } |