This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 76c3f7f81b po: Incorporate translations new b62759db04 stdlib: Support malloc-managed environ arrays for compatibility
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: csu/init-first.c | 1 + csu/libc-start.c | 1 + include/unistd.h | 3 +++ posix/environ.c | 2 ++ stdlib/Makefile | 1 + stdlib/setenv.c | 66 +++++++++++++++++++++++----------------------- stdlib/tst-setenv-malloc.c | 64 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 105 insertions(+), 33 deletions(-) create mode 100644 stdlib/tst-setenv-malloc.c