diff options
Diffstat (limited to 'include/cstdlib')
-rw-r--r-- | include/cstdlib | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cstdlib b/include/cstdlib index 1158db2c0aca..a5c78e98274f 100644 --- a/include/cstdlib +++ b/include/cstdlib @@ -131,6 +131,10 @@ using ::mbtowc; using ::wctomb; using ::mbstowcs; using ::wcstombs; +#ifdef _LIBCPP_HAS_QUICK_EXIT +using ::at_quick_exit; +using ::quick_exit; +#endif // MSVC already has the correct prototype in <stdlib.h.h> #ifdef __cplusplus #if !defined(_MSC_VER) && !defined(__sun__) |