]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/pthread_shim/pthread_shim.h
replace no-return attributes
[dpdk.git] / examples / performance-thread / pthread_shim / pthread_shim.h
index bba8ed00e4f4fb01a5989181d79e67b2f3a847a8..e90fb15fc1382b2dd6e182031db23912c2783f76 100644 (file)
@@ -55,7 +55,7 @@
  * An exiting lthread must not terminate the pthread it is running in
  * since this would mean terminating the lthread scheduler.
  * We override pthread_exit() with a macro because it is typically declared with
- * __attribute__((noreturn))
+ * __rte_noreturn
  */
 void pthread_exit_override(void *v);