chiark / gitweb /
Prep v230: Apply missing upstream fixes and updates (8/8) src/systemd.
[elogind.git] / src / systemd / _sd-common.h
index 2d4e1f26e1ebfe92c55fb56af52573f7fd221127..3bb886be75959100f12c32e62f067927bbe070c0 100644 (file)
@@ -74,7 +74,7 @@
 #endif
 
 #define _SD_DEFINE_POINTER_CLEANUP_FUNC(type, func)             \
-        static inline void func##p(type **p) {                  \
+        static __inline__ void func##p(type **p) {              \
                 if (*p)                                         \
                         func(*p);                               \
         }                                                       \