]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/compiler.h
Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in userspace
[bcachefs-tools-debian] / include / linux / compiler.h
index 39df1f16ffc0250cce32a425f11125190299d886..b9486dbe38a24708eeb4159b0cf61c3f1f76ccd6 100644 (file)
@@ -65,6 +65,7 @@
 #define unreachable()          __builtin_unreachable()
 #define __same_type(a, b)      __builtin_types_compatible_p(typeof(a), typeof(b))
 #define fallthrough            __attribute__((__fallthrough__))
+#define __noreturn             __attribute__((__noreturn__))
 
 #define ___PASTE(a,b) a##b
 #define __PASTE(a,b) ___PASTE(a,b)