summaryrefslogtreecommitdiffstats
path: root/clib/attribute.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-12-01 13:50:01 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-01 13:50:03 +1100
commit3ec70fbc458e32eef0d0b1de79688b4dc48cbd57 (patch)
treed0ea5a04c54b8766727b60b7c5d104f38a82466b /clib/attribute.h
parent5d37305e2a7010d8bbecbfd9ea29ae3fbb229e79 (diff)
downloadffs-master.tar.gz
ffs-master.zip
Don't redefine __constHEADmaster
This would break compiling on RHEL6/CentOS6 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'clib/attribute.h')
-rw-r--r--clib/attribute.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/clib/attribute.h b/clib/attribute.h
index 337265f..86700ec 100644
--- a/clib/attribute.h
+++ b/clib/attribute.h
@@ -82,13 +82,6 @@
#define __unused__ __attribute__ ((__unused__))
/*!
- * @def __const
- * @hideinitializer
- * @brief Const identifier attribute
- */
-#define __const __attribute__ ((__const__))
-
-/*!
* @def __must_check
* @hideinitializer
* @brief Warning about "unused" identifier attribute
OpenPOWER on IntegriCloud