mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
b64f8a22a3
picolibc: Use thread_getpid for getpid() in picolibc_syscalls_default Instead of directly accessing the sched_active_pid variable (which isn't defined in this context), use the existing wrapper function to get that value. Signed-off-by: Keith Packard <keithp@keithp.com> --- v2: Squash a couple of fixes in * fixup! picolibc: Use thread_getpid for getpid() in picolibc_syscalls_default * squashme: Add `times` to picolibc syscalls * Add __noreturn__ attribute to _exit * Add VFS syscall wrappers. This provides the POSIX api used by picolibc stdio |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.include | ||
syscalls.c |