Unverified Commit e854e63b by Stéphane Graber Committed by GitHub

Merge pull request #2642 from brauner/2018-09-23/android

compiler: __attribute__((noreturn)) on bionic
parents e006ecbc 534aaf45
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#endif #endif
#ifndef _noreturn_ #ifndef _noreturn_
#if __STDC_VERSION__ >= 201112L #if __STDC_VERSION__ >= 201112L && !IS_BIONIC
#define __noreturn _Noreturn #define __noreturn _Noreturn
#else #else
#define __noreturn __attribute__((noreturn)) #define __noreturn __attribute__((noreturn))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment