newlib-cygwin/newlib/libc/machine/cris/sys
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
..
errno.h Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
fcntl.h change _COMPILING_NEWLIB to _LIBC 2021-11-15 19:32:23 -05:00
signal.h libc/machine/cris/sys/signal.h (kill): Declare. 2015-09-03 01:59:43 +02:00