This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 27d83441a2 Block all signals on timer_create thread (BZ#10815) new 7e56088050 nptl: Use .NOTPARALLEL in Makefile only if actually running tests new 8923b9962c nptl: Sort routines list in Makefile alphabetically new ce197a6e0a nptl: Move pthread_attr_getschedpolicy implementation into libc new f0929a227b nptl: Move pthread_attr_setschedpolicy implementation into libc new ed0a69b675 nptl: Move pthread_attr_getscope implementation into libc new dc260acd38 nptl: Move pthread_attr_setscope implementation into libc new 249afce2e7 nptl: Move pthread_condattr_destroy implementation into libc new 7da5c345a5 nptl: Move pthread_condattr_init implementation into libc new dc6cfdc934 nptl: Move pthread_cond_destroy implementation into libc new ad96df2cd9 nptl: Move pthread_cond_init implementation into libc new c1080713ad Add hidden prototypes for __sched_getparam, __sched_getscheduler new d5074b30fe nptl: Move pthread_getschedparam implementation into libc new f2323817dd nptl: Move pthread_setschedparam implementation into libc
The 13 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/sched.h | 2 + nptl/Makefile | 50 ++++++++++++++++------ nptl/Versions | 12 ++---- nptl/forward.c | 43 ------------------- nptl/nptl-init.c | 12 ------ nptl/old_pthread_cond_destroy.c | 4 +- nptl/old_pthread_cond_init.c | 4 +- nptl/pthreadP.h | 2 + nptl/pthread_cond_destroy.c | 3 +- nptl/pthread_cond_init.c | 3 +- posix/sched_getp.c | 1 + posix/sched_gets.c | 1 + sysdeps/nptl/pthread-functions.h | 15 ------- sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 10 ----- sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 12 ------ sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 10 ----- sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 10 ----- sysdeps/unix/sysv/linux/csky/libpthread.abilist | 10 ----- sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 12 ------ sysdeps/unix/sysv/linux/i386/libpthread.abilist | 12 ------ sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 12 ------ .../sysv/linux/m68k/coldfire/libpthread.abilist | 10 ----- .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 12 ------ .../sysv/linux/microblaze/be/libpthread.abilist | 10 ----- .../sysv/linux/microblaze/le/libpthread.abilist | 10 ----- .../unix/sysv/linux/mips/mips32/libpthread.abilist | 12 ------ .../unix/sysv/linux/mips/mips64/libpthread.abilist | 12 ------ sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 10 ----- .../linux/powerpc/powerpc32/libpthread.abilist | 12 ------ .../linux/powerpc/powerpc64/be/libpthread.abilist | 12 ------ .../linux/powerpc/powerpc64/le/libpthread.abilist | 10 ----- .../unix/sysv/linux/riscv/rv64/libpthread.abilist | 10 ----- .../sysv/linux/s390/s390-32/libpthread.abilist | 12 ------ .../sysv/linux/s390/s390-64/libpthread.abilist | 12 ------ sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 12 ------ sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 12 ------ .../sysv/linux/sparc/sparc32/libpthread.abilist | 12 ------ .../sysv/linux/sparc/sparc64/libpthread.abilist | 12 ------ .../unix/sysv/linux/x86_64/64/libpthread.abilist | 12 ------ .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 10 ----- 40 files changed, 53 insertions(+), 401 deletions(-)