newlib-cygwin/newlib/libc/machine/nvptx
Thomas Schwinge 5841b2f6a4 nvptx: Implement '_exit' instead of 'exit'
... so that all of 'exit', '_exit', '_Exit' work.  'exit' thus becomes the
standard 'newlib/libc/stdlib/exit.c' -- and functions registered via 'atexit'
are now called at return from 'main' or manual 'exit' invocation.
2022-12-22 12:52:15 +01:00
..
Makefile.inc nvptx: Implement '_exit' instead of 'exit' 2022-12-22 12:52:15 +01:00
_exit.c nvptx: Implement '_exit' instead of 'exit' 2022-12-22 12:52:15 +01:00
abort.c
assert.c
calloc.c Fix Bug libc/28945 2022-03-07 15:35:02 -05:00
callocr.c
clock.c nvptx: Emulate clock and other machine stubs. 2021-08-25 10:20:27 +02:00
free.c
malloc.c
mallocr.c
misc.c nvptx: Emulate clock and other machine stubs. 2021-08-25 10:20:27 +02:00
printf.c
putchar.c
puts.c
realloc.c
reallocr.c
write.c