summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread.h b/pthread.h
index fe4b30f..88d52c1 100644
--- a/pthread.h
+++ b/pthread.h
@@ -239,7 +239,7 @@ int pthread_cond_destroy(pthread_cond_t *cv);
/* Primitives for mutexes. */
int pthread_mutex_init(pthread_mutex_t *mutex,
- pthread_mutexattr_t *attr);
+ const pthread_mutexattr_t *attr);
int pthread_mutex_destroy(pthread_mutex_t *mutex);