This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9ebaabeaac sysvipc: Return EINVAL for invalid shmctl commands new 29e9874a04 y2038: nptl: Convert pthread_mutex_{clock|timed}lock to supp [...] new af79ed5fb6 y2038: Remove not used __fstatat_time64 define
The 2 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: include/sys/stat.h | 1 - nptl/pthreadP.h | 9 ++++ nptl/pthread_mutex_timedlock.c | 66 ++++++++++++++++------- sysdeps/nptl/futex-internal.c | 53 ++++++++++++++++++ sysdeps/nptl/futex-internal.h | 72 ++++++++++++++++++++++++- sysdeps/unix/sysv/linux/powerpc/elision-timed.c | 5 +- sysdeps/unix/sysv/linux/powerpc/lowlevellock.h | 2 +- sysdeps/unix/sysv/linux/s390/elision-timed.c | 5 +- sysdeps/unix/sysv/linux/s390/lowlevellock.h | 2 +- sysdeps/unix/sysv/linux/x86/elision-timed.c | 5 +- sysdeps/unix/sysv/linux/x86/lowlevellock.h | 2 +- 11 files changed, 190 insertions(+), 32 deletions(-)