On Sun, Oct 25, 2015 at 11:01 AM, Philip Guenther <[email protected]> wrote:
> CVSROOT:        /cvs
> Module name:    src
> Changes by:     [email protected]        2015/10/25 12:01:24
>
> Modified files:
>         lib/libc       : Symbols.list
>         lib/libc/hidden: stdlib.h
>         lib/libc/stdio : local.h
>         lib/libc/stdlib: atexit.c atexit.h
>         regress/lib/libc/atexit: Makefile
>
> Log message:
> msg

Heh, "cvs ci -m msg" != "cvs ci -F msg"

Correct commit message:
------
Hide __atexit and __atexit_register_cleanup()
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct
Switch regress/lib/libc/atexit/ to be built with -static so that it can
  still access __atexit*

ok millert@ jca@

Reply via email to