This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a11e15ea0a math: Update alpha ulps new 2dcc908538 Add pthread_getname_np and pthread_setname_np for Hurd
The 1 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: config.h.in | 6 ++ htl/Makefile | 2 + htl/Versions | 5 ++ sysdeps/htl/pthread.h | 11 ++++ sysdeps/mach/configure | 76 ++++++++++++++++++++-- sysdeps/mach/configure.ac | 29 +++++++-- sysdeps/mach/htl/pt-getname-np.c | 67 +++++++++++++++++++ .../htl/pt-kill.c => mach/htl/pt-setname-np.c} | 45 ++++++------- sysdeps/mach/hurd/i386/libpthread.abilist | 2 + sysdeps/mach/hurd/x86_64/libpthread.abilist | 2 + 10 files changed, 208 insertions(+), 37 deletions(-) create mode 100644 sysdeps/mach/htl/pt-getname-np.c copy sysdeps/{hurd/htl/pt-kill.c => mach/htl/pt-setname-np.c} (58%)