]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add _Exit to <stdlib.h> for freestanding
authorJonathan Wakely <jwakely@redhat.com>
Tue, 20 Sep 2022 23:48:12 +0000 (00:48 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 21 Sep 2022 07:44:21 +0000 (08:44 +0100)
commitcb29396e67f5e2622e31bf83f253c6d66c51135d
treec8173e56f368f42e951faca7673901cc788dbf96
parentd784c5cfe694fe8d5620504ae45ceaebb3cc9f7c
libstdc++: Add _Exit to <stdlib.h> for freestanding

When I added std::_Exit to the freestanding declarations in <cstdlib> I
should also have added it to <stdlib.h>.

libstdc++-v3/ChangeLog:

* include/c_compatibility/stdlib.h [!_GLIBCXX_HOSTED]: Add
using-declaration for _Exit.
libstdc++-v3/include/c_compatibility/stdlib.h