This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8e78a2e1d1 hurd: Don't migrate reply port into __init1_tcbhead adds 1626d8a521 string: Allow use of test-string.h for non-ifunc implementations. adds eaaad78db4 string: Add tests for strdup (BZ #30266) adds 0c48aa0551 string: Add tests for strndup (BZ #30266) adds 0aa5b28a50 wcsmbs: Add wcsdup() tests. (BZ #30266)
No new revisions were added by this update.
Summary of changes: string/Makefile | 2 + string/{test-strcpy.c => test-strdup.c} | 146 ++++++++--------------- string/test-string.h | 4 +- string/test-strndup.c | 200 ++++++++++++++++++++++++++++++++ wcsmbs/Makefile | 1 + wcsmbs/test-wcsdup.c | 2 + 6 files changed, 253 insertions(+), 102 deletions(-) copy string/{test-strcpy.c => test-strdup.c} (52%) create mode 100644 string/test-strndup.c create mode 100644 wcsmbs/test-wcsdup.c