From 00a7b51609c86bf0cdc9b3ea8fb4f8d2b672c989 Mon Sep 17 00:00:00 2001 From: bje Date: Mon, 13 Jul 1998 15:06:24 +0000 Subject: 1998-07-14 Ben Elliston * pthread.h (pthread_condattr_setpshared): Fix typo. --- pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pthread.h b/pthread.h index b408c76..f57bd7f 100644 --- a/pthread.h +++ b/pthread.h @@ -52,7 +52,7 @@ int pthread_join(pthread_t thread, void ** valueptr); int pthread_condattr_init(pthread_condattr_t *attr); -int pthread_condatr_setpshared(pthread_condattr_t *attr, +int pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared); int pthread_condattr_getpshared(pthread_condattr_t *attr, -- cgit v1.2.3