This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from df2258c Added tests to ensure linkage through libmvec *_finite aliase [...] new 4751bbe Fix p{readv,writev}{64} consolidation implementation
The 1 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: ChangeLog | 12 +++ misc/Makefile | 3 +- misc/tst-preadvwritev.c | 114 +++++++++++++++++++++ .../tst-preadvwritev64.c | 7 +- sysdeps/unix/sysv/linux/preadv.c | 5 +- sysdeps/unix/sysv/linux/preadv64.c | 5 +- sysdeps/unix/sysv/linux/pwritev.c | 5 +- sysdeps/unix/sysv/linux/pwritev64.c | 7 +- sysdeps/unix/sysv/linux/sysdep.h | 9 ++ 9 files changed, 150 insertions(+), 17 deletions(-) create mode 100644 misc/tst-preadvwritev.c copy sysdeps/powerpc/powerpc64/multiarch/strcasecmp-ppc64.c => misc/tst-preadvwrit [...]