Merge "Enables quick_exit(3)/at_quick_exit(3) for bionic"
This commit is contained in:
@@ -317,6 +317,8 @@ typedef __char32_t char32_t;
|
||||
#if defined(__FreeBSD__)
|
||||
#define _LIBCPP_HAS_QUICK_EXIT
|
||||
#define _LIBCPP_HAS_C11_FEATURES
|
||||
#elif defined(__BIONIC__)
|
||||
#define _LIBCPP_HAS_QUICK_EXIT
|
||||
#elif defined(__linux__) && defined(__GLIBC__)
|
||||
#include <features.h>
|
||||
#if __GLIBC_PREREQ(2, 15)
|
||||
|
||||
Reference in New Issue
Block a user