Commit Graph

2 Commits

Author SHA1 Message Date
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
523e88e5a9 libc: Add sched_yield() 2022-10-15 11:43:13 +02:00