mirror of
git://github.com/lxc/lxc
synced 2025-08-30 20:39:33 +00:00
compiler: __attribute__((noreturn)) on bionic
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef _noreturn_
|
||||
#if __STDC_VERSION__ >= 201112L
|
||||
#if __STDC_VERSION__ >= 201112L && !IS_BIONIC
|
||||
#define __noreturn _Noreturn
|
||||
#else
|
||||
#define __noreturn __attribute__((noreturn))
|
||||
|
Reference in New Issue
Block a user