This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e6590f0c86 aarch64: Remove non-temporal load/stores from oryon-1's memset new 7a61e7f557 stdlib: Make getenv thread-safe in more cases
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: stdlib/Makefile | 6 + stdlib/getenv.c | 142 ++++++++++++- stdlib/setenv.c | 223 +++++++++++++++------ stdlib/setenv.h | 73 +++++++ stdlib/tst-environ.c | 13 +- stdlib/tst-getenv-signal.c | 94 +++++++++ .../tst-cancel28.c => stdlib/tst-getenv-thread.c | 70 +++---- stdlib/tst-getenv-unsetenv.c | 75 +++++++ 8 files changed, 574 insertions(+), 122 deletions(-) create mode 100644 stdlib/setenv.h create mode 100644 stdlib/tst-getenv-signal.c copy sysdeps/pthread/tst-cancel28.c => stdlib/tst-getenv-thread.c (50%) create mode 100644 stdlib/tst-getenv-unsetenv.c