newlib-cygwin/libgloss/epiphany
Sebastian Huber 2faeaf50fd Use global atexit data for all configurations
For the exit processing only members of _GLOBAL_REENT were used by default.  If
the _REENT_GLOBAL_ATEXIT option was enabled, then the data structures were
provided through dedicated global objects.  Make this option the default.
Remove the option.  Rename struct _reent members _atexit and _atexit0 to
_reserved_6 and _reserved_7, respectively.  Provide them only if
_REENT_BACKWARD_BINARY_COMPAT is defined.
2022-05-18 07:45:09 +02:00
..
Makefile.in libgloss: merge epiphany & libnosys & or1k configure scripts up a level 2022-02-01 21:53:22 -05:00
_exit.S
_exit.c
_isatty.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
access.c
close.c
crt0.S Use global atexit data for all configurations 2022-05-18 07:45:09 +02:00
environ.c
epiphany-config.h
epiphany-ivthandlers.S
epiphany-syscalls.c
epiphany-syscalls.h
execve.c
fork.c
fstat.c
getpid.c
gettimeofday.c
kill.c
link.c
lseek.c
open.c
read.c
sbrk.c
stat.c
times.c
unlink.c
wait.c
write.c