]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linux/eal_thread.c
replace no-return attributes
[dpdk.git] / lib / librte_eal / linux / eal_thread.c
index 379773b683e85ef2101d4c3caff32c6784ca222e..2fa5806b882c018a8573172e6669c7f339bec5a9 100644 (file)
@@ -89,8 +89,8 @@ void eal_thread_init_master(unsigned lcore_id)
 }
 
 /* main loop of threads */
-__attribute__((noreturn)) void *
-eal_thread_loop(__attribute__((unused)) void *arg)
+__rte_noreturn void *
+eal_thread_loop(__rte_unused void *arg)
 {
        char c;
        int n, ret;