Blame SOURCES/2003-undef-ARRAY_SIZE.patch

9d54c7
Index: strace-5.12/src/unwind.c
9d54c7
===================================================================
9d54c7
--- strace-5.12.orig/src/unwind.c	2018-12-10 01:00:00.000000000 +0100
9d54c7
+++ strace-5.12/src/unwind.c	2020-06-02 11:13:42.777871147 +0200
9d54c7
@@ -9,6 +9,12 @@
9d54c7
 #include "unwind.h"
9d54c7
 
9d54c7
 #ifdef USE_DEMANGLE
9d54c7
+/*
9d54c7
+ * demangle.h defines ARRAY_SIZE without proper guard, and its definition
9d54c7
+ * is "good enough" for us.
9d54c7
+ */
9d54c7
+#undef ARRAY_SIZE
9d54c7
+
9d54c7
 # if defined HAVE_DEMANGLE_H
9d54c7
 #  include <demangle.h>
9d54c7
 # elif defined HAVE_LIBIBERTY_DEMANGLE_H