CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/02 15:08:36
Modified files:
lib/libc/stdlib: atexit.h atexit.c
Log message:
Two small cleanups to atexit: remove unneeded __atexit_invalid, and
move the call_depth decrement so it happens unconditionally and can
still return to 0 when called with dso!=NULL.
ok millert
