This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/c11-threads in repository glibc.
discards 2b9d7c41ad Add manual documentation for threads.h discards c929356cb2 nptl: Add test cases for ISO C11 threads discards 5e3f86fa28 nptl: Add abilist symbols for C11 threads discards f838bb667a nptl: Add C11 threads tss_* functions discards 8e40c216ed nptl: Add C11 threads cnd_* functions discards b0d7b2409a nptl: Add C11 threads call_once functions discards b07aa43909 nptl: Add C11 threads mtx_* functions discards 497b0c9e93 nptl: Add C11 threads thrd_* functions new a7f9a5f0c0 nptl: Add C11 threads thrd_* functions new 504ac9bd47 nptl: Add C11 threads mtx_* functions new 1665982bf3 nptl: Add C11 threads call_once functions new 5c12caa679 nptl: Add C11 threads cnd_* functions new ea3b1db89d nptl: Add C11 threads tss_* functions new 8a8e105b32 nptl: Add abilist symbols for C11 threads new 2ab90d837e nptl: Add test cases for ISO C11 threads new 7d704b20e0 Add manual documentation for threads.h
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (2b9d7c41ad) \ N -- N -- N refs/heads/azanella/c11-threads (7d704b20e0)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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 | 3 ++- include/threads.h | 1 + nptl/call_once.c | 2 +- nptl/descr.h | 5 +++-- nptl/pthread_create.c | 2 +- nptl/thrd_join.c | 4 ++-- nptl/thrd_sleep.c | 7 ++++--- {sysdeps/nptl => nptl}/threads.h | 11 +++++++++-- nptl/tss_create.c | 2 ++ sysdeps/unix/sysdep.h | 16 ++++++++++++++++ sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 4 ++++ 11 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 include/threads.h rename {sysdeps/nptl => nptl}/threads.h (98%)