newlib-cygwin/newlib/libc/machine/spu/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
..
custom_file.h
dirent.h Move common <sys/dirent.h> content to <dirent.h> 2018-10-11 08:29:16 +02:00
errno.h Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
fenv.h
linux_syscalls.h 2009-04-03 Ken Werner <ken.werner@de.ibm.com> 2009-04-03 22:34:17 +00:00
mman.h 2008-11-20 Ken Werner <ken.werner@de.ibm.com> 2008-11-20 20:20:51 +00:00
sched.h 2008-06-16 Ken Werner <ken.werner@de.ibm.com> 2008-06-16 18:54:17 +00:00
syscall.h 2008-06-16 Ken Werner <ken.werner@de.ibm.com> 2008-06-16 18:54:17 +00:00
uio.h 2007-09-21 Patrick Mansfield <patmans@us.ibm.com> 2007-09-21 21:11:14 +00:00
utime.h 2007-09-21 Patrick Mansfield <patmans@us.ibm.com> 2007-09-21 21:02:15 +00:00