This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1283c478aa Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915). new 1e8bdc3a2b Enable VDSO on x86_64 statically linked programs [BZ #19767]
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 | 21 +++++++++++++++++++++ nptl/Makefile | 5 +++-- nptl/tst-cond11-static.c | 1 + sysdeps/unix/sysv/linux/Makefile | 3 +++ sysdeps/unix/sysv/linux/sysdep-vdso.h | 4 ++-- sysdeps/unix/sysv/linux/sysdep.h | 7 +++++++ sysdeps/unix/sysv/linux/tst-affinity-static.c | 1 + sysdeps/unix/sysv/linux/x86/libc-vdso.h | 2 +- sysdeps/unix/sysv/linux/x86_64/init-first.c | 12 +++++------- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 3 +++ 10 files changed, 47 insertions(+), 12 deletions(-) create mode 100644 nptl/tst-cond11-static.c create mode 100644 sysdeps/unix/sysv/linux/tst-affinity-static.c