This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.33/master in repository glibc.
from e78ea9bd26 Update Nios II libm-test-ulps. new 830674605f tst: Provide test for select new 3d525dd639 misc: Fix tst-select timeout handling (BZ#27648) new b5b4aa62c1 libsupport: Add support_select_modifies_timeout new 85e4dc415a libsupport: Add support_select_normalizes_timeout new 8380ca5833 linux: Normalize and return timeout on select (BZ #27651) new 3e9ca60a58 linux: always update select timeout (BZ #27706)
The 6 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: NEWS | 3 + include/time.h | 5 + misc/Makefile | 2 +- misc/tst-select.c | 143 +++++++++++++++++++++ sunrpc/svcauth_des.c | 1 - support/Makefile | 2 + support/support.h | 9 ++ .../support_select_modifies_timeout.c | 13 +- .../support_select_normalizes_timeout.c | 13 +- sysdeps/unix/sysv/linux/select.c | 45 +++++-- 10 files changed, 215 insertions(+), 21 deletions(-) create mode 100644 misc/tst-select.c copy elf/dl-diagnostics-cpu.c => support/support_select_modifies_timeout.c (81%) copy elf/dl-diagnostics-kernel.c => support/support_select_normalizes_timeout.c (81%)