This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from feb741bb81 x86: Remove unused variables for raw cache sizes from cacheinfo.h new 3f232aa36d nptl: Split libpthread-routines into one routine per line new f720ce680e nptl: Reformat Versions new 541e53c9dd nptl: Move futex-internal.c into main nptl directory new 2f4019de81 nptl: Move lowlevellock into libc [BZ #15648] new b5be9ae77e nptl: Move futex-internal into libc
The 5 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/Makefile | 242 ++++++++++------ nptl/Versions | 469 +++++++++++++++++++------------- {sysdeps/nptl => nptl}/futex-internal.c | 4 +- nptl/libc-lowlevellock.c | 20 -- nptl/lowlevellock.c | 6 +- sysdeps/nptl/Makefile | 3 +- sysdeps/nptl/futex-internal.h | 4 +- sysdeps/nptl/lowlevellock.h | 6 +- sysdeps/riscv/nptl/libc-lowlevellock.c | 8 - 9 files changed, 447 insertions(+), 315 deletions(-) rename {sysdeps/nptl => nptl}/futex-internal.c (97%) delete mode 100644 nptl/libc-lowlevellock.c delete mode 100644 sysdeps/riscv/nptl/libc-lowlevellock.c