This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 58d021c836 x86-64: Update comments in IFUNC selectors new c5f70682a5 Use generic pthread support on hppa.
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: ChangeLog | 22 +++++ sysdeps/nptl/bits/thread-shared-types.h | 2 +- sysdeps/unix/sysv/linux/hppa/internaltypes.h | 84 ----------------- sysdeps/unix/sysv/linux/hppa/pthread.h | 103 ++++----------------- .../unix/sysv/linux/hppa/pthread_cond_broadcast.c | 40 -------- .../unix/sysv/linux/hppa/pthread_cond_destroy.c | 40 -------- sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c | 40 -------- sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c | 40 -------- sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c | 53 ----------- 9 files changed, 42 insertions(+), 382 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/hppa/internaltypes.h delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c