eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_debug.h
index 748d32c..7edd4b8 100644 (file)
@@ -73,7 +73,7 @@ void __rte_panic(const char *funcname , const char *format, ...)
 #endif
 #endif
        __attribute__((noreturn))
-       __attribute__((format(printf, 2, 3)));
+       __rte_format_printf(2, 3);
 
 #ifdef __cplusplus
 }