Luna/libs
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
..
libc libc: Do not use the heavy variadic syscall() function for wrappers 2022-10-27 17:42:00 +02:00
Makefile Update build system 2022-10-02 17:01:30 +02:00