Non-null function argument declaration
This commit is contained in:
parent
8029ae527e
commit
bf9486bf20
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ static inline int u64_cmp(u64 i1, u64 i2)
|
|||
#define NORET __attribute__((noreturn))
|
||||
#define UNUSED __attribute__((unused))
|
||||
#define PACKED __attribute__((packed))
|
||||
#define NONNULL(...) __attribute__((nonnull((__VA_ARGS__))))
|
||||
|
||||
#ifndef HAVE_THREAD_LOCAL
|
||||
#define _Thread_local
|
||||
|
|
Loading…
Reference in a new issue