replace no-return attributes
[dpdk.git] / lib / librte_eal / include / rte_debug.h
index 4bcfdc0..50052c5 100644 (file)
@@ -72,7 +72,7 @@ void __rte_panic(const char *funcname , const char *format, ...)
        __rte_cold
 #endif
 #endif
-       __attribute__((noreturn))
+       __rte_noreturn
        __rte_format_printf(2, 3);
 
 #ifdef __cplusplus