diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-20 22:13:26 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-20 22:13:26 +0200 |
commit | edb5bb83ec918dc6b77b3da5b246c056932d78d7 (patch) | |
tree | 7adf771310975a78cc9ec0463e9525f3acb9599c /sysdeps | |
parent | 80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed (diff) |
Fix build with 2.22
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/pthread/pthread-functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h index d985dc3..f9e367c 100644 --- a/sysdeps/pthread/pthread-functions.h +++ b/sysdeps/pthread/pthread-functions.h @@ -114,7 +114,7 @@ struct pthread_functions int (*ptr_pthread_mutex_trylock) (pthread_mutex_t *); int (*ptr_pthread_mutex_unlock) (pthread_mutex_t *); pthread_t (*ptr_pthread_self) (void); - int (*ptr_pthread_setcancelstate) (int, int *); + int (*ptr___pthread_setcancelstate) (int, int *); int (*ptr_pthread_setcanceltype) (int, int *); struct __pthread_cancelation_handler **(*ptr___pthread_get_cleanup_stack) (void); int (*ptr_pthread_once) (pthread_once_t *, void (*) (void)); |