]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/include/rte_debug.h
replace no-return attributes
[dpdk.git] / lib / librte_eal / include / rte_debug.h
index 4bcfdc0842b5bf2a3a19763f69f219513c67a40e..50052c5a9042a30928e0a6a6cc4d85f6cdf8655f 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