This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 456b40a97f Fix clog10_downward ulps on hppa. new 1ffe1ccb6e support: Add xstrndup, xunlink, xreadlink, support_create_te [...]
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 ++++ support/Makefile | 6 +- support/support.h | 1 + support/support_chroot.c | 9 +-- support/temp_file.c | 13 ++++ support/temp_file.h | 5 ++ support/tst-xreadlink.c | 72 ++++++++++++++++++++++ .../{support_write_file_string.c => xreadlink.c} | 35 ++++++----- support/{xstrdup.c => xstrndup.c} | 8 +-- support/xunistd.h | 5 ++ support/{xdup2.c => xunlink.c} | 11 ++-- 11 files changed, 147 insertions(+), 30 deletions(-) create mode 100644 support/tst-xreadlink.c copy support/{support_write_file_string.c => xreadlink.c} (57%) copy support/{xstrdup.c => xstrndup.c} (86%) copy support/{xdup2.c => xunlink.c} (86%)