4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-25 01:57:17 +08:00
Markus Eisenmann 5ee0e96939 Fixes compile failure if REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES defined
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
2025-01-17 14:07:23 +01:00
..
2022-07-13 06:55:41 +02:00
2018-01-17 11:47:26 -06:00
2022-07-13 06:55:41 +02:00
2022-07-13 06:55:41 +02:00
2018-01-17 11:47:26 -06:00
2022-07-13 06:55:41 +02:00
2022-07-13 06:55:41 +02:00