
... so that all of 'exit', '_exit', '_Exit' work. 'exit' thus becomes the
standard 'newlib/libc/stdlib/exit.c'. (Getting 'atexit' functional needs
further work elsewhere.)
See also commit 5841b2f6a4
"nvptx: Implement '_exit' instead of 'exit'".
7 lines
113 B
Makefile
7 lines
113 B
Makefile
libc_a_SOURCES += \
|
|
%D%/_exit.c \
|
|
%D%/abort.c \
|
|
%D%/atexit.c \
|
|
%D%/mlock.c \
|
|
%D%/getreent.c \
|
|
%D%/signal.c
|