This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3a9b4b4aeb math: Add sinpi,cospi,tanpi sparc64 ulps new c982918e3e htl: move pthread_condattr_destroy into libc. new 7ded100d36 htl: move __pthread_default_condattr into libc. new f1b5041354 htl: move pthread_condattr_getclock into libc. new 25699c4c3a htl: move pthread_condattr_getpshared into libc. new ebd85cdc4a htl: move pthread_condattr_init into libc. new 5ccb28e65d htl: move pthread_condattr_setclock into libc. new a4b4b9a96b htl: move pthread_condattr_setpshared into libc.
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: htl/Makefile | 14 +++++++------- htl/Versions | 16 ++++++++++++---- htl/forward.c | 4 ---- htl/pt-initialize.c | 2 -- htl/pt-internal.h | 1 + sysdeps/htl/pt-cond.c | 1 + sysdeps/htl/pt-condattr-destroy.c | 6 +++++- sysdeps/htl/pt-condattr-getclock.c | 9 +++++++-- sysdeps/htl/pt-condattr-getpshared.c | 8 +++++++- sysdeps/htl/pt-condattr-init.c | 7 ++++++- sysdeps/htl/pt-condattr-setclock.c | 10 ++++++++-- sysdeps/htl/pt-condattr-setpshared.c | 8 +++++++- sysdeps/htl/pthread-functions.h | 4 ---- sysdeps/htl/pthreadP.h | 2 ++ sysdeps/mach/hurd/i386/libc.abilist | 10 ++++++++++ sysdeps/mach/hurd/i386/libpthread.abilist | 6 ------ sysdeps/mach/hurd/x86_64/libc.abilist | 8 ++++++++ sysdeps/mach/hurd/x86_64/libpthread.abilist | 6 ------ 18 files changed, 81 insertions(+), 41 deletions(-)