aboutsummaryrefslogtreecommitdiff
path: root/include/apos/attrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/attrs.h')
-rw-r--r--include/apos/attrs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apos/attrs.h b/include/apos/attrs.h
index e088ec9..ae936d9 100644
--- a/include/apos/attrs.h
+++ b/include/apos/attrs.h
@@ -3,7 +3,8 @@
#define __section(section) __attribute__((__section__(section)))
#define __fmt(x, y) __attribute__((format (__printf__, x, y)))
#define __noinline __attribute__((noinline))
-#define __weak __attribute__((weak))
+#define __noreturn __attribute__((noreturn))
#define __packed __attribute__((packed))
+#define __weak __attribute__((weak))
#endif /* APOS_COMPILER_ATTRIBUTES_H */