newlib-cygwin/newlib/libc/signal
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
psignal.c Fix newlib functions perror()/psignal() not to use writev(). 2018-07-05 15:33:49 -04:00
raise.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sig2str.c newlib: sig2str: use __restrict 2021-09-15 10:08:20 -04:00
signal.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
signal.tex libc: Added implementation for sig2str/str2sig. 2021-08-02 11:28:15 +02:00