This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 37d3d244e1 Add long double input for strfmon test new 2827ab990a libc: Extend __libc_freeres framework (Bug 23329).
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 | 48 +++++++++++++ dlfcn/Makefile | 2 +- dlfcn/Versions | 1 + dlfcn/dlerror.c | 14 ++++ .../dlfreeres.c | 13 ++-- dlfcn/sdlfreeres.c | 1 + include/dlfcn.h | 4 +- include/libc-symbols.h | 83 +++++++++++++++++++--- include/set-hooks.h | 3 +- malloc/set-freeres.c | 15 ++++ malloc/thread-freeres.c | 4 +- nptl/Makefile | 2 +- nptl/Versions | 1 + nptl/allocatestack.c | 12 +++- nptl/libc_pthread_init.c | 8 --- nptl/nptl-init.c | 15 ---- .../nptlfreeres.c | 15 ++-- nptl/pthreadP.h | 5 +- resolv/res-close.c | 1 + resolv/resolv_conf.c | 1 + string/strerror_l.c | 3 +- sunrpc/rpc_thread.c | 1 + sysdeps/mach/strerror_l.c | 3 +- sysdeps/nptl/pthread-functions.h | 1 - sysdeps/nptl/unwind-forcedunwind.c | 4 +- sysdeps/unix/sysv/linux/shm-directory.c | 6 +- 26 files changed, 203 insertions(+), 63 deletions(-) copy support/xpthread_barrierattr_destroy.c => dlfcn/dlfreeres.c (74%) create mode 100644 dlfcn/sdlfreeres.c copy support/xpthread_barrierattr_destroy.c => nptl/nptlfreeres.c (66%)