summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbje <bje>1998-07-13 15:06:24 +0000
committerbje <bje>1998-07-13 15:06:24 +0000
commit00a7b51609c86bf0cdc9b3ea8fb4f8d2b672c989 (patch)
tree0f569fbb35a0fbac5d5d63b943fcec388992ed95
parent4896eb26a6c8fc24e8d12a180f3a10027abb4127 (diff)
1998-07-14 Ben Elliston <bje@cygnus.com>
* pthread.h (pthread_condattr_setpshared): Fix typo.
-rw-r--r--pthread.h2
1 files changed, 1 insertions, 1 deletions
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,