summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-12 17:52:11 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-12 17:52:11 +0100
commit78b940643724e2ea9dc32cadfc2750ea3af571a5 (patch)
tree83dfa54512a83f6d9d4f95fd6f33c02e83efd63f /inc
parentec617bd344e75baa0c436d253bc3dc6323536cd7 (diff)
downloadabrt-78b940643724e2ea9dc32cadfc2750ea3af571a5.tar.gz
abrt-78b940643724e2ea9dc32cadfc2750ea3af571a5.tar.xz
abrt-78b940643724e2ea9dc32cadfc2750ea3af571a5.zip
abrt-hook-ccpp: do not consider SIGQUIT to be a crash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index ae8fef34..7b00fe35 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -52,6 +52,7 @@ int vdprintf(int d, const char *format, va_list ap);
#define NORETURN __attribute__ ((noreturn))
+#undef ARRAY_SIZE
#define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0])))