This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from be9b0b9a01 sysvipc: Return EINVAL for invalid msgctl commands adds b2cdadde4d Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit time adds 3102e28bd1 y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock [...] new 5bb2e5300b manual: Fix typo new 19302b27bd Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647) new 78e09591a5 Optimize scripts/merge-test-results.sh
The 3 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/bits/types/struct___jmp_buf_tag.h | 1 + manual/threads.texi | 2 +- 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 +- scripts/merge-test-results.sh | 7 ++- setjmp/Makefile | 3 +- .../bits/types/struct___jmp_buf_tag.h | 30 +++++----- setjmp/setjmp.h | 15 +---- sysdeps/nptl/futex-internal.c | 70 ++++++++++++++++++++++ sysdeps/nptl/futex-internal.h | 6 ++ sysdeps/nptl/pthread.h | 5 +- 17 files changed, 209 insertions(+), 65 deletions(-) create mode 100644 include/bits/types/struct___jmp_buf_tag.h copy bits/sigcontext.h => setjmp/bits/types/struct___jmp_buf_tag.h (55%)