Skip to content

Commit

Permalink
crt: Use onexit table functions for atexit implementation.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
  • Loading branch information
cjacek committed Jan 11, 2018
1 parent 94280c7 commit a0ee49e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 171 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-crt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ src_libportabledeviceguids=libsrc/portabledeviceguids.c
src_libtaskschd=libsrc/taskschd.c

src_libmingw32=include/oscalls.h include/internal.h include/sect_attribs.h \
crt/atonexit.c crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \
crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \
crt/charmax.c crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c crt/tlssup.c crt/xncommod.c \
crt/cinitexe.c crt/crt0_w.c crt/merr.c crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \
crt/mingw_custom.c crt/mingw_helpers.c \
Expand Down
Loading

0 comments on commit a0ee49e

Please sign in to comment.