mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 06:20:17 +01:00
std-aux: add _nm_noreturn macro
This commit is contained in:
parent
0d5b04ad9c
commit
197963fba3
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#define _nm_used __attribute__((__used__))
|
||||
#define _nm_pure __attribute__((__pure__))
|
||||
#define _nm_const __attribute__((__const__))
|
||||
#define _nm_noreturn __attribute__((__noreturn__))
|
||||
#define _nm_warn_unused_result __attribute__((__warn_unused_result__))
|
||||
#define _nm_printf(a, b) __attribute__((__format__(__printf__, a, b)))
|
||||
#define _nm_align(s) __attribute__((__aligned__(s)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue