diff options
author | bje <bje> | 1998-07-13 15:06:24 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-13 15:06:24 +0000 |
commit | 00a7b51609c86bf0cdc9b3ea8fb4f8d2b672c989 (patch) | |
tree | 0f569fbb35a0fbac5d5d63b943fcec388992ed95 /pthread.h | |
parent | 4896eb26a6c8fc24e8d12a180f3a10027abb4127 (diff) |
1998-07-14 Ben Elliston <bje@cygnus.com>
* pthread.h (pthread_condattr_setpshared): Fix typo.
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |