mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 13:38:38 +00:00
Merge pull request #2642 from brauner/2018-09-23/android
compiler: __attribute__((noreturn)) on bionic
This commit is contained in:
commit
e854e63b8b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user