diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 37fe532a68..26c7ef067a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,10 @@ * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add symbols. + * sysdeps/htl/pthreadP.h [IS_IN (libpthread)] (__pthread_getspecific, + __pthread_setspecific): Add hidden proto. + * sysdeps/htl/pt-getspecific.c (__pthread_getspecific): Add hidden def. + * sysdeps/htl/pt-setspecific.c (__pthread_setspecific): Add hidden def. 2018-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org> |