Luna/libs/libc/include/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.h libc: Implement a basic subset of dirent.h 2022-10-23 14:41:45 +02:00
os-limits.h libc: Implement a basic subset of dirent.h 2022-10-23 14:41:45 +02:00
pstat.h wrong type :) 2022-10-22 14:40:30 +02:00
syscall.h libc: Do not use the heavy variadic syscall() function for wrappers 2022-10-27 17:42:00 +02:00
vfs.h Kernel, libc: Add fstat() 2022-10-21 18:31:09 +02:00