newlib-cygwin/newlib/libc/stdio64
Matt Joyce f3b8138239 Add _REENT_ERRNO(ptr)
Add a _REENT_ERRNO() macro to encapsulate the access to the
_errno member of struct reent. This will help to replace the
structure member with a thread-local storage object in a follow
up patch.

Replace uses of __errno_r() with _REENT_ERRNO().  Keep __errno_r() macro for
potential users outside of Newlib.
2022-07-13 06:55:41 +02:00
..
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
fdopen64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
fgetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fopen64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
freopen64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
fseeko64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
fsetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ftello64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
stdio64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
stdio64.tex Use source files which have makedoc markup, but aren't processed or included. 2015-06-24 12:24:01 +01:00
tmpfile64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00