diff options
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, |