This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 72280a9 S390: Regenerate ULPs new 9a56f87 Test for correct setting of errno.
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 | 8 ++ posix/Makefile | 2 +- posix/test-errno.c | 153 +++++++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/test-errno.c | 142 ++++++++++++++++++++++++++++++++ 5 files changed, 305 insertions(+), 2 deletions(-) create mode 100644 posix/test-errno.c create mode 100644 sysdeps/unix/sysv/linux/test-errno.c