diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 5b4852a905..22dc309522 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -58,7 +58,7 @@ libpthread { pthread_cond_wait; pthread_cond_timedwait; pthread_cond_signal; pthread_cond_broadcast; - pthread_condattr_destroy; pthread_condattr_init; + pthread_condattr_init; pthread_cancel; pthread_testcancel; pthread_setcancelstate; pthread_setcanceltype; |