]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/skeleton.rst
replace no-return attributes
[dpdk.git] / doc / guides / sample_app_ug / skeleton.rst
index 1d0a2760d40ecad3a772f4a10fdbeafab202e27d..34f6f9aea70bfd284aad2316a707a3eb03e47cb9 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;