1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/newlib_syscalls_default
Juan Carrano cce83b4443 sys/newlib: Add missing syscalls (stubs).
Add small stubs for _times_r and _link_r so that code using times()
or link() can still compile. The functions are marked as not implemented
and return invalid codes.
2018-06-11 14:54:47 +02:00
..
Makefile newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
Makefile.include newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
syscalls.c sys/newlib: Add missing syscalls (stubs). 2018-06-11 14:54:47 +02:00