This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from be9b0b9a01 sysvipc: Return EINVAL for invalid msgctl commands new b2cdadde4d Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit time new 3102e28bd1 y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock [...]
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: nptl/pthreadP.h | 18 ++++++++++ nptl/pthread_rwlock_clockrdlock.c | 20 +++++++++-- nptl/pthread_rwlock_clockwrlock.c | 20 +++++++++-- nptl/pthread_rwlock_common.c | 33 +++++++++--------- nptl/pthread_rwlock_rdlock.c | 2 +- nptl/pthread_rwlock_timedrdlock.c | 20 +++++++++-- nptl/pthread_rwlock_timedwrlock.c | 20 +++++++++-- nptl/pthread_rwlock_wrlock.c | 2 +- sysdeps/nptl/futex-internal.c | 70 +++++++++++++++++++++++++++++++++++++++ sysdeps/nptl/futex-internal.h | 6 ++++ 10 files changed, 180 insertions(+), 31 deletions(-)