mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
compiler: __attribute__((noreturn)) on bionic
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
e006ecbc9d
commit
534aaf45d2
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user