newlib-cygwin/newlib/libc/machine/nvptx
Thomas Schwinge 29b137af80 nvptx: Provide stub 'getpid', 'kill', 'stat'
... as implemented for GCN in 'newlib/libc/sys/amdgcn/*' files, but (for now)
still adding to the catch-all 'newlib/libc/machine/nvptx/misc.c' file.

This is necessary for the GCC/Fortran I/O system, for example.

Co-authored-by: Andrew Stubbs <ams@codesourcery.com>
2023-01-19 21:52:50 +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: Provide stub 'getpid', 'kill', 'stat' 2023-01-19 21:52:50 +01:00
printf.c
putchar.c
puts.c
realloc.c
reallocr.c
write.c