This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 54252394c2 Enhanced test coverage for strncmp, wcsncmp new 6c40cb0e9f linux: Update the mremap C implementation [BZ #31968] new cb2dee4ecc mremap: Update manual entry new ff0320bec2 Add mremap tests
The 3 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: manual/llio.texi | 42 ++++++++++++--- misc/Makefile | 2 + .../tst-mremap1.c | 40 +++++++------- .../tst-mremap2.c | 48 +++++++++-------- .../generic/mremap-failure.h | 10 ++-- sysdeps/unix/sysv/linux/Makefile | 1 + .../sysv/linux/mremap-failure.h} | 15 +++--- sysdeps/unix/sysv/linux/mremap.c | 14 ++++- sysdeps/unix/sysv/linux/tst-linux-mremap1.c | 63 ++++++++++++++++++++++ 9 files changed, 172 insertions(+), 63 deletions(-) copy libio/tst-fdopen-seek-failure.c => misc/tst-mremap1.c (61%) copy libio/tst-fdopen-seek-failure.c => misc/tst-mremap2.c (52%) copy stdlib/stdc_bit_ceil_ull.c => sysdeps/generic/mremap-failure.h (82%) copy sysdeps/{x86_64/tst-plt-rewrite1.c => unix/sysv/linux/mremap-failure.h} (80%) create mode 100644 sysdeps/unix/sysv/linux/tst-linux-mremap1.c