This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ce13ab5033 stdio-common: Fix C23-ism in formatted output specifier test [...] new 736befab6c htl: move pthread_attr_destroy into libc. new f55cf584ff htl: move __pthread_default_attr into libc new 6caf24c972 htl move pthread_attr_getguardsize into libc. new 4bcda927fe htl move pthread_attr_getscope into libc. new 993440a260 htl move pthread_attr_getstacksize into libc. new 1428ae39e8 htl: move pthread_attr_getstackaddr into libc. new 330c1fad5b htl: move pthread_attr_getstack into libc. new d69a010e7b htl: move pthread_attr_setstacksize into libc. new 4a8b7d7e62 htl: move pthread_attr_setstackaddr into libc. new 32aa498ceb htl: move pthread_attr_setscope into libc. new f26b272a75 htl: move pthread_attr_setschedparam into libc. new 1a1cedd635 htl: move pthread_attr_setguardsize into libc. new 7f045c0b48 htl: move pthread_attr_init 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: htl/Makefile | 28 +++++++++---------- htl/Versions | 43 ++++++++++++++++++++++------- htl/forward.c | 14 ---------- htl/pt-initialize.c | 5 ---- htl/pt-internal.h | 1 + sysdeps/htl/pt-attr-destroy.c | 7 ++++- sysdeps/htl/pt-attr-getguardsize.c | 8 +++++- sysdeps/htl/pt-attr-getscope.c | 6 +++- sysdeps/htl/pt-attr-getstack.c | 8 +++++- sysdeps/htl/pt-attr-getstackaddr.c | 8 +++++- sysdeps/htl/pt-attr-getstacksize.c | 8 +++++- sysdeps/htl/pt-attr-init.c | 8 +++++- sysdeps/htl/pt-attr-setguardsize.c | 8 +++++- sysdeps/htl/pt-attr-setschedparam.c | 7 +++-- sysdeps/htl/pt-attr-setscope.c | 6 +++- sysdeps/htl/pt-attr-setstack.c | 9 ++++-- sysdeps/htl/pt-attr-setstackaddr.c | 8 +++++- sysdeps/htl/pt-attr-setstacksize.c | 8 +++++- sysdeps/htl/pt-attr.c | 1 + sysdeps/htl/pthread-functions.h | 12 -------- sysdeps/htl/pthreadP.h | 8 ++++++ sysdeps/mach/hurd/i386/libc.abilist | 21 ++++++++++++++ sysdeps/mach/hurd/i386/libpthread.abilist | 13 --------- sysdeps/mach/hurd/x86_64/libc.abilist | 16 +++++++++++ sysdeps/mach/hurd/x86_64/libpthread.abilist | 13 --------- 25 files changed, 178 insertions(+), 96 deletions(-)