diff --git a/include/libbb.h b/include/libbb.h index c380ed739..c92d97240 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -63,6 +63,8 @@ # define __restrict /* Ignore */ #endif +#define attribute_noreturn __attribute__ ((__noreturn__)) + /* Some useful definitions */ #define FALSE ((int) 0) #define TRUE ((int) 1)