From 89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 7 May 1997 00:58:23 +0000 Subject: Fixed missing __P() to complete the K&R support in this header. --- include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pthread.h') 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. -- cgit v1.3