commit | 5f13d66fb4153b360f9bd7ee2fcaf7fbb8ce1552 | [log] [tgz] |
---|---|---|
author | David Chisnall <csdavec@swan.ac.uk> | Wed Mar 14 14:10:37 2012 +0000 |
committer | David Chisnall <csdavec@swan.ac.uk> | Wed Mar 14 14:10:37 2012 +0000 |
tree | 774d6e3f334e977b72d349d12368d09a0ece66c8 | |
parent | 2f4cb4d79d016d85315f8a8d6d373f9b1ed05603 [diff] [blame] |
Make sure [at_]quick_exit is in std:: llvm-svn: 152717
diff --git a/libcxx/include/cstdlib b/libcxx/include/cstdlib index 1158db2..a5c78e9 100644 --- a/libcxx/include/cstdlib +++ b/libcxx/include/cstdlib
@@ -131,6 +131,10 @@ 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__)