mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
libstdc++: Fix typo in <cstdlib> for freestanding
libstdc++-v3/ChangeLog: * include/c_global/cstdlib [!_GLIBCXX_HOSTED] (quick_exit): Fix missing space.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace std
|
||||
extern "C" int at_quick_exit(void (*)(void)) _GLIBCXX_NOTHROW;
|
||||
# endif
|
||||
# ifdef _GLIBCXX_HAVE_QUICK_EXIT
|
||||
extern "C" void quick_exit(int) _GLIBCXX_NOTHROW_GLIBCXX_NORETURN;
|
||||
extern "C" void quick_exit(int) _GLIBCXX_NOTHROW _GLIBCXX_NORETURN;
|
||||
# endif
|
||||
#if _GLIBCXX_USE_C99_STDLIB
|
||||
extern "C" void _Exit(int) _GLIBCXX_NOTHROW _GLIBCXX_NORETURN;
|
||||
|
||||
Reference in New Issue
Block a user