]> sourceware.org Git - newlib-cygwin.git/commit
C11 quick_exit() support for <stdlib.h>
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 14 Oct 2015 05:39:35 +0000 (07:39 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 22 Oct 2015 15:30:11 +0000 (17:30 +0200)
commitcfa0985d64957ddf8ef40873ce250625e4f0880f
treeb3feb2c6f95d1cd008a85cb6e4845ba8eeb0e4c4
parent69954c8781462e1beaea70aa3e063a59b8e55a33
C11 quick_exit() support for <stdlib.h>

Import some <stdlib.h> function declarations from latest FreeBSD and
implement them.  I am not sure if we should call the global reent
cleanup in quick_exit() similar to exit().

newlib/ChangeLog
2015-10-14  Sebastian Huber  <sebastian.huber@embedded-brains.de>

* libc/include/stdlib.h (at_quick_exit): Declare.
(quick_exit): Likewise.
* libc/stdlib/Makefile.am (GENERAL_SOURCES): Add
quick_exit.c.
* libc/stdlib/Makefile.in: Regenerate.
* libc/stdlib/quick_exit.c: New.
newlib/ChangeLog
newlib/libc/include/stdlib.h
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/quick_exit.c [new file with mode: 0644]
This page took 0.029399 seconds and 5 git commands to generate.