mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-27 01:27:21 +08:00
1a177610d8
... 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 5841b2f6a4208682264d03e3edfa0a09881932a6 "nvptx: Implement '_exit' instead of 'exit'".
8 lines
113 B
Makefile
8 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
|