commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. 733616d782505a538


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 733616d782505a538bc2df900fe211a4e5a68b54
Date: Sun, 22 Mar 2015 22:28:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".

The branch, master has been updated
       via  733616d782505a538bc2df900fe211a4e5a68b54 (commit)
      from  c9d34d90c7f4c813386edeccf78a7a1ed2300145 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 733616d782505a538bc2df900fe211a4e5a68b54
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 22 23:26:51 2015 +0100

    Move headers from generic/ to pthread/
    
    So that the glibc makerules can find them instead of using the system ones.
    
    * sysdeps/generic/bits/barrier-attr.h: Move to...
    * sysdeps/pthread/bits/barrier-attr.: ... here.
    * sysdeps/generic/bits/barrier.h: Move to...
    * sysdeps/pthread/bits/barrier.: ... here.
    * sysdeps/generic/bits/cancelation.h: Move to...
    * sysdeps/pthread/bits/cancelation.: ... here.
    * sysdeps/generic/bits/condition-attr.h: Move to...
    * sysdeps/pthread/bits/condition-attr.: ... here.
    * sysdeps/generic/bits/condition.h: Move to...
    * sysdeps/pthread/bits/condition.: ... here.
    * sysdeps/generic/bits/mutex-attr.h: Move to...
    * sysdeps/pthread/bits/mutex-attr.: ... here.
    * sysdeps/generic/bits/mutex.h: Move to...
    * sysdeps/pthread/bits/mutex.: ... here.
    * sysdeps/generic/bits/once.h: Move to...
    * sysdeps/pthread/bits/once.: ... here.
    * sysdeps/generic/bits/pthread-np.h: Move to...
    * sysdeps/pthread/bits/pthread-np.: ... here.
    * sysdeps/generic/bits/pthread.h: Move to...
    * sysdeps/pthread/bits/pthread.: ... here.
    * sysdeps/generic/bits/pthreadtypes.h: Move to...
    * sysdeps/pthread/bits/pthreadtypes.: ... here.
    * sysdeps/generic/bits/rwlock-attr.h: Move to...
    * sysdeps/pthread/bits/rwlock-attr.: ... here.
    * sysdeps/generic/bits/rwlock.h: Move to...
    * sysdeps/pthread/bits/rwlock.: ... here.
    * sysdeps/generic/bits/semaphore.h: Move to...
    * sysdeps/pthread/bits/semaphore.: ... here.
    * sysdeps/generic/bits/thread-attr.h: Move to...
    * sysdeps/pthread/bits/thread-attr.: ... here.
    * sysdeps/generic/bits/thread-specific.h: Move to...
    * sysdeps/pthread/bits/thread-specific.: ... here.

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/{generic => pthread}/bits/barrier-attr.h   |    0
 sysdeps/{generic => pthread}/bits/barrier.h        |    0
 sysdeps/{generic => pthread}/bits/cancelation.h    |    0
 sysdeps/{generic => pthread}/bits/condition-attr.h |    0
 sysdeps/{generic => pthread}/bits/condition.h      |    0
 sysdeps/{generic => pthread}/bits/mutex-attr.h     |    0
 sysdeps/{generic => pthread}/bits/mutex.h          |    0
 sysdeps/{generic => pthread}/bits/once.h           |    0
 sysdeps/{generic => pthread}/bits/pthread-np.h     |    0
 sysdeps/{generic => pthread}/bits/pthread.h        |    0
 sysdeps/{generic => pthread}/bits/pthreadtypes.h   |    0
 sysdeps/{generic => pthread}/bits/rwlock-attr.h    |    0
 sysdeps/{generic => pthread}/bits/rwlock.h         |    0
 sysdeps/{generic => pthread}/bits/semaphore.h      |    0
 sysdeps/{generic => pthread}/bits/thread-attr.h    |    0
 .../{generic => pthread}/bits/thread-specific.h    |    0
 16 files changed, 0 insertions(+), 0 deletions(-)
 rename sysdeps/{generic => pthread}/bits/barrier-attr.h (100%)
 rename sysdeps/{generic => pthread}/bits/barrier.h (100%)
 rename sysdeps/{generic => pthread}/bits/cancelation.h (100%)
 rename sysdeps/{generic => pthread}/bits/condition-attr.h (100%)
 rename sysdeps/{generic => pthread}/bits/condition.h (100%)
 rename sysdeps/{generic => pthread}/bits/mutex-attr.h (100%)
 rename sysdeps/{generic => pthread}/bits/mutex.h (100%)
 rename sysdeps/{generic => pthread}/bits/once.h (100%)
 rename sysdeps/{generic => pthread}/bits/pthread-np.h (100%)
 rename sysdeps/{generic => pthread}/bits/pthread.h (100%)
 rename sysdeps/{generic => pthread}/bits/pthreadtypes.h (100%)
 rename sysdeps/{generic => pthread}/bits/rwlock-attr.h (100%)
 rename sysdeps/{generic => pthread}/bits/rwlock.h (100%)
 rename sysdeps/{generic => pthread}/bits/semaphore.h (100%)
 rename sysdeps/{generic => pthread}/bits/thread-attr.h (100%)
 rename sysdeps/{generic => pthread}/bits/thread-specific.h (100%)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]