diff options
Diffstat (limited to 'examples/performance-thread/common/lthread_api.h')
-rw-r--r-- | examples/performance-thread/common/lthread_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/performance-thread/common/lthread_api.h b/examples/performance-thread/common/lthread_api.h index ff245a08..a74680bf 100644 --- a/examples/performance-thread/common/lthread_api.h +++ b/examples/performance-thread/common/lthread_api.h @@ -143,7 +143,7 @@ struct lthread_mutex; struct lthread_condattr; struct lthread_mutexattr; -typedef void (*lthread_func_t) (void *); +typedef void *(*lthread_func_t) (void *); /* * Define the size of stack for an lthread |