summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-05-07 00:58:23 +0000
committerbde <bde@FreeBSD.org>1997-05-07 00:58:23 +0000
commit173bd2da2e16e77a80909cbb1d6a34c497014e8d (patch)
tree10f7fea1d5bdf54e84fe60bbc480d22fbaaea50b /include/pthread.h
parent213a2efd3a7c6eb44eec3a6ca67c84b9a8fad0dd (diff)
downloadFreeBSD-src-173bd2da2e16e77a80909cbb1d6a34c497014e8d.zip
FreeBSD-src-173bd2da2e16e77a80909cbb1d6a34c497014e8d.tar.gz
Fixed missing __P() to complete the K&R support in this header.
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