This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 76b0c59e33 nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914] new 65ba6fa431 nptl: Move Linux createthread to nptl new 42813c675d nptl: Move createthread to pthread_create new d85ad0e58a support: Add xpthread_attr_setaffinity_np wrapper new 2c44452b61 nptl: Add pthread_attr_setaffinity_np failure test
The 4 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: nptl/Makefile | 1 + nptl/createthread.c | 45 ------ nptl/pthread_create.c | 128 +++++++++++++++-- ...k-cancel.c => tst-pthread-attr-affinity-fail.c} | 39 ++++-- support/Makefile | 1 + ...hread_kill.c => xpthread_attr_setaffinity_np.c} | 10 +- support/xthread.h | 3 + sysdeps/unix/sysv/linux/createthread.c | 153 --------------------- 8 files changed, 151 insertions(+), 229 deletions(-) delete mode 100644 nptl/createthread.c copy nptl/{tst-minstack-cancel.c => tst-pthread-attr-affinity-fail.c} (53%) copy support/{xpthread_kill.c => xpthread_attr_setaffinity_np.c} (72%) delete mode 100644 sysdeps/unix/sysv/linux/createthread.c