This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 06a5b8f799 Update x86 ulps for GCC 7. new fa872e1b62 Clean pthread functions namespaces for C11 threads
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 | 64 +++++++++++++++++++++++++++++++++ include/sched.h | 2 ++ include/sys/mman.h | 4 +++ include/termios.h | 2 ++ include/time.h | 2 +- misc/Versions | 2 ++ misc/mmap.c | 1 + misc/mmap64.c | 1 + nptl/allocatestack.c | 32 ++++++++--------- nptl/pthreadP.h | 9 +++++ nptl/pthread_cancel.c | 7 ++-- nptl/pthread_create.c | 18 +++++----- nptl/pthread_detach.c | 3 +- nptl/pthread_equal.c | 2 +- nptl/pthread_exit.c | 4 +-- nptl/pthread_getspecific.c | 2 +- nptl/pthread_join.c | 3 +- nptl/pthread_key_create.c | 2 +- nptl/pthread_key_delete.c | 3 +- nptl/pthread_mutex_destroy.c | 2 +- nptl/pthread_mutex_init.c | 2 +- nptl/pthread_mutex_lock.c | 2 +- nptl/pthread_mutex_timedlock.c | 5 +-- nptl/pthread_mutex_trylock.c | 3 +- nptl/pthread_mutex_unlock.c | 2 +- nptl/pthread_mutexattr_init.c | 3 +- nptl/pthread_mutexattr_settype.c | 3 +- nptl/pthread_self.c | 2 +- nptl/pthread_setspecific.c | 2 +- nptl/tpp.c | 4 +-- posix/nanosleep.c | 2 +- sysdeps/posix/gethostname.c | 2 +- sysdeps/unix/sysv/linux/i386/Versions | 2 +- sysdeps/unix/sysv/linux/i386/smp.h | 2 +- sysdeps/unix/sysv/linux/mmap.c | 1 + sysdeps/unix/sysv/linux/mmap64.c | 2 ++ sysdeps/unix/sysv/linux/nanosleep.c | 2 +- sysdeps/unix/sysv/linux/powerpc/ioctl.c | 6 ++-- sysdeps/unix/sysv/linux/tcsetattr.c | 3 +- 39 files changed, 156 insertions(+), 59 deletions(-)