diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-05-07 00:58:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-05-07 00:58:23 +0000 |
| commit | 89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (patch) | |
| tree | e4c5c9162e3bedcc0c666331529c9c81f2582545 /include/pthread.h | |
| parent | ea3b35174be44be982771f3ec78cd48815ea9124 (diff) | |
Notes
Diffstat (limited to 'include/pthread.h')
| -rw-r--r-- | include/pthread.h | 2 |
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. |
