This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 74630b1bb7 posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695) new 6cb25aff85 math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) new 3950cbd7a1 math: Fix i386 and m68k exp10 on static build (BZ 31775) new d473c9bb3b math: Fix isnanf128 static build (BZ 31774) new d2cbfcf1d9 math: Provide missing math symbols on libc.a (BZ 31781)
The 4 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: sysdeps/i386/fpu/w_exp10_compat.c | 9 +++++++-- sysdeps/i386/fpu/w_fmod_compat.c | 7 ++++--- sysdeps/i386/fpu/w_fmodf_compat.c | 7 ++++--- sysdeps/ieee754/float128/s_isnanf128.c | 4 ++++ sysdeps/ieee754/ldbl-64-128/s_copysignl.c | 4 ++-- sysdeps/ieee754/ldbl-64-128/s_frexpl.c | 4 ++-- sysdeps/ieee754/ldbl-64-128/s_modfl.c | 4 ++-- sysdeps/ieee754/ldbl-opt/s_ldexpl.c | 4 ++-- sysdeps/m68k/m680x0/fpu/w_exp10_compat.c | 9 +++++++-- sysdeps/m68k/m680x0/fpu/w_fmod_compat.c | 5 +++-- sysdeps/m68k/m680x0/fpu/w_fmodf_compat.c | 7 ++++--- 11 files changed, 41 insertions(+), 23 deletions(-)