diff options
author | Markus Eisenmann <markus.eisenmann@outlook.com> | 2025-01-16 15:13:54 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2025-01-17 14:07:23 +0100 |
commit | 5ee0e96939e8784d4cbd2b2896b0ffbf88a00d86 (patch) | |
tree | 40d03fe2e81413e940815f2a29b71ddd0a2c1cf7 /newlib/libc/stdio/fputc_u.c | |
parent | 0813644661e3a2f6f00e7e51922ecbb02c79506a (diff) | |
download | newlib-main.zip newlib-main.tar.gz newlib-main.tar.bz2 |
Fixes compile failure if REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES definedHEADgithub/mastergithub/mainmastermain
If the macros REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES are defined some
_reent_*-functions are replaced by the system-call and this leads to compile-warning
or a runtime-failure.
* newlib/libc/stdio/fopen.c _open_r is replaces by open(), declared in <fcntl.h>
* newlib/libc/stdio64/fopen64.c ditto
* newlib/libc/stdio/rename.c _rename_r is rename() itself; i.e, fix recursion
Diffstat (limited to 'newlib/libc/stdio/fputc_u.c')
0 files changed, 0 insertions, 0 deletions