From e87f5a127d8606fa22957d0129e1c812db5ba3ce Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 29 Aug 2007 16:01:26 +0300 Subject: ubi-utils: do not interfer with system namespace Rename __unused to ubi_unused to avoid clashes with system namespace Signed-off-by: Artem Bityutskiy --- ubi-utils/src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubi-utils/src/config.h') diff --git a/ubi-utils/src/config.h b/ubi-utils/src/config.h index 8c4dd54..55e60f3 100644 --- a/ubi-utils/src/config.h +++ b/ubi-utils/src/config.h @@ -23,6 +23,6 @@ #define PACKAGE_BUGREPORT \ "haver@vnet.ibm.com, dedekind@linutronix.de, or tglx@linutronix.de" -#define __unused __attribute__((unused)) +#define ubi_unused __attribute__((unused)) #endif -- cgit v1.2.3