Luna/libs/libc/src/luna
apio d93a4062a2 libc: Do not use the heavy variadic syscall() function for wrappers
That function is meant more for user programs, and should still be rarely used, since it's not portable.
Instead, we already know the number of arguments. We just call __lc_fast_syscallN, which also sets errno.
2022-10-27 17:42:00 +02:00
..
dirent.cpp libc: Do not use the heavy variadic syscall() function for wrappers 2022-10-27 17:42:00 +02:00
pstat.cpp libc: Do not use the heavy variadic syscall() function for wrappers 2022-10-27 17:42:00 +02:00
syscall.asm libc: Move __luna_syscall* declarations to asm 2022-10-19 17:50:09 +02:00