aboutsummaryrefslogtreecommitdiff
path: root/libc/inc/def.h
diff options
context:
space:
mode:
authorMarvin Borner2021-03-12 16:07:45 +0100
committerMarvin Borner2021-03-12 16:07:45 +0100
commitf1751c121d48f2d8936c72bdc347777d1e7402d9 (patch)
tree399c08a59756d8980aad6c451e2b0e4c97b3911f /libc/inc/def.h
parent99b674a9e8d78b12188cc0280b990ec50de109d8 (diff)
Let's gooo!
Diffstat (limited to 'libc/inc/def.h')
-rw-r--r--libc/inc/def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inc/def.h b/libc/inc/def.h
index 945ccb0..db1c95e 100644
--- a/libc/inc/def.h
+++ b/libc/inc/def.h
@@ -25,6 +25,7 @@ typedef unsigned long long u64;
#define UNUSED(a) ((void)(a))
+#define NORETURN __attribute__((noreturn))
#define NO_SANITIZE __attribute__((no_sanitize("undefined")))
#define PACKED __attribute__((packed))
#define ALIGNED(align) __attribute__((aligned(align)))