summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,