chiark / gitweb /
rename CMP_F_TYPE to F_TYPE_CMP
[elogind.git] / src / shared / macro.h
index f91f7de76956da0de546cf4bdba1b9c7c66650ca..08b40fd2b8af0e85260ba6a058095c0dd0fb5fd5 100644 (file)
@@ -272,7 +272,7 @@ do {                                                                    \
  * signed int in the kernel and these negative numbers are extended to
  * long, which cannot be simply compared to the magic constants anymore.
  */
-#define CMP_F_TYPE(f, c)                                                \
+#define F_TYPE_CMP(f, c)                                                \
         __extension__ ({                                                \
                         __SWORD_TYPE _f = (f);                          \
                         const __SWORD_TYPE _c = (c);                    \