summaryrefslogtreecommitdiff
path: root/pthread
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 22:13:26 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 22:13:26 +0200
commitedb5bb83ec918dc6b77b3da5b246c056932d78d7 (patch)
tree7adf771310975a78cc9ec0463e9525f3acb9599c /pthread
parent80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed (diff)
Fix build with 2.22
Diffstat (limited to 'pthread')
-rw-r--r--pthread/pt-initialize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/pt-initialize.c b/pthread/pt-initialize.c
index 9e5404b..4435a36 100644
--- a/pthread/pt-initialize.c
+++ b/pthread/pt-initialize.c
@@ -61,7 +61,7 @@ static const struct pthread_functions pthread_functions =
.ptr_pthread_mutex_trylock = __pthread_mutex_trylock,
.ptr_pthread_mutex_unlock = __pthread_mutex_unlock,
.ptr_pthread_self = __pthread_self,
- .ptr_pthread_setcancelstate = __pthread_setcancelstate,
+ .ptr___pthread_setcancelstate = __pthread_setcancelstate,
.ptr_pthread_setcanceltype = __pthread_setcanceltype,
.ptr___pthread_get_cleanup_stack = __pthread_get_cleanup_stack,
.ptr_pthread_once = __pthread_once,