This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b35d3509ca regex: port Gnulib code to z/OS POSIX environment new 561b0bec44 Add test-in-container infrastructure.
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 | 25 + Makefile | 56 ++ Makerules | 3 +- Rules | 21 +- nss/Makefile | 4 +- nss/tst-nss-test3.c | 6 +- nss/tst-nss-test3.root/etc/nsswitch.conf | 1 + nss/tst-nss-test3.root/tst-nss-test3.script | 2 + support/Makefile | 42 ++ support/echo-container.c | 34 + support/links-dso-program-c.c | 9 + support/links-dso-program.cc | 11 + support/shell-container.c | 395 +++++++++++ support/support.h | 12 + support/support_paths.c | 51 ++ support/test-container.c | 988 ++++++++++++++++++++++++++++ support/true-container.c | 26 + support/xmkdirp.c | 66 ++ support/xsymlink.c | 29 + support/xunistd.h | 4 + 20 files changed, 1779 insertions(+), 6 deletions(-) create mode 100644 nss/tst-nss-test3.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-test3.root/tst-nss-test3.script create mode 100644 support/echo-container.c create mode 100644 support/links-dso-program-c.c create mode 100644 support/links-dso-program.cc create mode 100644 support/shell-container.c create mode 100644 support/support_paths.c create mode 100644 support/test-container.c create mode 100644 support/true-container.c create mode 100644 support/xmkdirp.c create mode 100644 support/xsymlink.c