Kernel: Add realpath syscall

This commit is contained in:
Rok Povsic 2019-08-25 18:17:05 +02:00 committed by Andreas Kling
commit 18fbe4ac83
Notes: sideshowbarker 2024-07-19 12:32:12 +09:00
4 changed files with 34 additions and 0 deletions

View file

@ -125,6 +125,7 @@ struct timeval;
__ENUMERATE_SYSCALL(share_buffer_globally) \
__ENUMERATE_SYSCALL(set_process_icon) \
__ENUMERATE_SYSCALL(mprotect) \
__ENUMERATE_SYSCALL(realpath) \
__ENUMERATE_SYSCALL(get_process_name)
namespace Syscall {