aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 06:07:15 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 06:07:15 +0000
commitcf225ad5d42ad97f4d7151cdd3ad1e9cc71e2ce9 (patch)
tree4b02a9b9a6613053227b09755a75a5a65647f50d /include/libbb.h
parent7272bb413c3982499ec6802f2fa7e6c9c2132b8b (diff)
downloadbusybox-w32-cf225ad5d42ad97f4d7151cdd3ad1e9cc71e2ce9.tar.gz
busybox-w32-cf225ad5d42ad97f4d7151cdd3ad1e9cc71e2ce9.tar.bz2
busybox-w32-cf225ad5d42ad97f4d7151cdd3ad1e9cc71e2ce9.zip
add a attribute_noreturn macro
git-svn-id: svn://busybox.net/trunk/busybox@11619 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
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 @@
63# define __restrict /* Ignore */ 63# define __restrict /* Ignore */
64#endif 64#endif
65 65
66#define attribute_noreturn __attribute__ ((__noreturn__))
67
66/* Some useful definitions */ 68/* Some useful definitions */
67#define FALSE ((int) 0) 69#define FALSE ((int) 0)
68#define TRUE ((int) 1) 70#define TRUE ((int) 1)