summaryrefslogtreecommitdiff
path: root/include/pthread.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-05-07 00:58:23 +0000
committerBruce Evans <bde@FreeBSD.org>1997-05-07 00:58:23 +0000
commit89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (patch)
treee4c5c9162e3bedcc0c666331529c9c81f2582545 /include/pthread.h
parentea3b35174be44be982771f3ec78cd48815ea9124 (diff)
Notes
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 7f4bbb24b7e1..e3a344eaa6f0 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.