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 /forward.c | |
parent | 80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed (diff) |
Fix build with 2.22
Diffstat (limited to 'forward.c')
-rw-r--r-- | forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ FORWARD (pthread_mutex_unlock, (pthread_mutex_t *mutex), (mutex), 0) FORWARD2 (pthread_self, pthread_t, (void), (), return 0) -FORWARD (pthread_setcancelstate, (int state, int *oldstate), (state, oldstate), +FORWARD (__pthread_setcancelstate, (int state, int *oldstate), (state, oldstate), 0) strong_alias (__pthread_setcancelstate, pthread_setcancelstate); |