summaryrefslogtreecommitdiff
path: root/nuttx/include/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/pthread.h')
-rw-r--r--nuttx/include/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/pthread.h b/nuttx/include/pthread.h
index a98b9aaaa..586d1208e 100644
--- a/nuttx/include/pthread.h
+++ b/nuttx/include/pthread.h
@@ -167,7 +167,7 @@ typedef FAR void *pthread_addr_t;
typedef pthread_addr_t any_t;
typedef pthread_addr_t (*pthread_startroutine_t)(pthread_addr_t);
-typedef pthread_startroutine_t pthread_func_t;
+typedef pthread_startroutine_t pthread_func_t;
struct pthread_attr_s
{