]> sourceware.org Git - newlib-cygwin.git/commit
2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 8 May 2013 23:13:51 +0000 (23:13 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 8 May 2013 23:13:51 +0000 (23:13 +0000)
commit1b7ad41e50ce327c3258d5a33e2cb86f2c855192
treea1822c535879d5dc3ecbdbf0c15fd11b3cb354f6
parentad48b1b79c64baafaa029f67ce83ed5e47286c0b
2013-05-07  Sebastian Huber <sebastian.huber@embedded-brains.de>

        * libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for
        RTEMS.
        * libc/include/sys/reent.h (_reent): Use _REENT_GLOBAL_ATEXIT.
        (_global_atexit): Declare if _REENT_GLOBAL_ATEXIT is defined.
        * libc/reent/reent.c (_reclaim_reent): Remove atexit cleanup if
        _REENT_GLOBAL_ATEXIT is defined.
        (_wrapup_reent): Remove atexit handling if _REENT_GLOBAL_ATEXIT
        is defined.
        * libc/stdlib/__atexit.c (_global_atexit0): Define if
        _REENT_GLOBAL_ATEXIT is defined.
        * libc/stdlib/__call_atexit.c (_global_atexit): Define if
        _REENT_GLOBAL_ATEXIT is defined.
newlib/ChangeLog
newlib/libc/include/sys/config.h
newlib/libc/include/sys/reent.h
newlib/libc/reent/reent.c
newlib/libc/stdlib/__atexit.c
newlib/libc/stdlib/__call_atexit.c
This page took 0.032115 seconds and 5 git commands to generate.