mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
Kernel+LibC: Add exit_thread() syscall.
This commit is contained in:
parent
02b69cf06a
commit
d07be1087a
Notes:
sideshowbarker
2024-07-19 14:32:41 +09:00
Author: https://github.com/awesomekling
Commit: d07be1087a
6 changed files with 26 additions and 0 deletions
|
@ -100,6 +100,7 @@
|
|||
__ENUMERATE_SYSCALL(shm_close) \
|
||||
__ENUMERATE_SYSCALL(ftruncate) \
|
||||
__ENUMERATE_SYSCALL(systrace) \
|
||||
__ENUMERATE_SYSCALL(exit_thread) \
|
||||
|
||||
|
||||
namespace Syscall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue