replace no-return attributes
[dpdk.git] / doc / guides / sample_app_ug / skeleton.rst
index 1d0a276..34f6f9a 100644 (file)
@@ -191,7 +191,7 @@ looks like the following:
 
 .. code-block:: c
 
-    static __attribute__((noreturn)) void
+    static __rte_noreturn void
     lcore_main(void)
     {
         uint16_t port;