This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 42e48e720c nptl: Add tst-pthread-key1-static for BZ #21777 new 6687a6e3f9 libsupport: Add xgetpeername new 3a83f79024 socket: Add new test for connect new 686d542025 posix: Sync tempname with gnulib
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: SHARED-FILES | 5 +- include/stdio.h | 5 - libio/oldtmpfile.c | 1 + socket/Makefile | 1 + socket/tst-connect.c | 113 ++++++++++++++++++++++ stdio-common/Makefile | 1 + stdio-common/tempnam.c | 1 + stdio-common/tempname.c | 12 --- stdio-common/tmpdir.c | 163 ++++++++++++++++++++++++++++++++ stdio-common/tmpdir.h | 28 ++++++ stdio-common/tmpfile.c | 1 + stdio-common/tmpnam.c | 1 + stdio-common/tmpnam_r.c | 1 + support/Makefile | 1 + support/{xlisten.c => xgetpeername.c} | 10 +- support/xsocket.h | 1 + sysdeps/posix/tempname.c | 173 ++++++++++++---------------------- 17 files changed, 381 insertions(+), 137 deletions(-) create mode 100644 socket/tst-connect.c create mode 100644 stdio-common/tmpdir.c create mode 100644 stdio-common/tmpdir.h copy support/{xlisten.c => xgetpeername.c} (78%)