summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 7f4bbb2..e3a344e 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -116,7 +116,7 @@ typedef struct pthread_once pthread_once_t;
* use in header symbols.
*/
typedef void *pthread_addr_t;
-typedef void *(*pthread_startroutine_t) (void *);
+typedef void *(*pthread_startroutine_t) __P((void *));
/*
* Once definitions.
OpenPOWER on IntegriCloud