diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 16:01:26 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 17:34:18 +0300 |
commit | e87f5a127d8606fa22957d0129e1c812db5ba3ce (patch) | |
tree | d981dbfaac81ae168455188ea661af81b33354e8 /ubi-utils/src/config.h | |
parent | 8ef59d2c9ca8675bf9676c49847826427d9b6d26 (diff) |
ubi-utils: do not interfer with system namespace
Rename __unused to ubi_unused to avoid clashes with system namespace
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/config.h')
-rw-r--r-- | ubi-utils/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |