Merge "Enables quick_exit(3)/at_quick_exit(3) for bionic"

This commit is contained in:
Dan Albert
2014-05-06 22:39:44 +00:00
committed by Gerrit Code Review

View File

@@ -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)