CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/16 13:06:56
Modified files:
lib/libc/stdlib: Makefile.inc atexit.c atexit.h
Added files:
lib/libc/stdlib: thread_atexit.c
Log message:
Move __cxa_thread_atexit* to its own .c file to avoid pulling the code
(w/ _dlctl reference) into static executables. It's all Mark's code so
put his preferred copyright on it.
ok kettenis@
