X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fmacro.h;h=3cf17bb8675b59b8b6b9f8d36bcc5c0c1fee16c7;hb=44b601bc79e46722bc0f0862ee0ce34a2284ef11;hp=06e16cd4536de2dbc37f940253ad46616acfbd1d;hpb=18387b5983150181dd9dee8edf1573285eecbaa4;p=elogind.git diff --git a/src/shared/macro.h b/src/shared/macro.h index 06e16cd45..3cf17bb86 100644 --- a/src/shared/macro.h +++ b/src/shared/macro.h @@ -27,7 +27,7 @@ #include #include -#define _printf_attr_(a,b) __attribute__ ((format (printf, a, b))) +#define _printf_(a,b) __attribute__ ((format (printf, a, b))) #define _alloc_(...) __attribute__ ((alloc_size(__VA_ARGS__))) #define _sentinel_ __attribute__ ((sentinel)) #define _noreturn_ __attribute__((noreturn))