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. glibc-2.23-hurd+l


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+libpthread-20161218-81-gec6bfe8
Date: Tue, 27 Mar 2018 20:06:32 -0400 (EDT)

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  ec6bfe8db3d731428008a8715fcd523a491a934c (commit)
       via  8657c93f0adeefd1b50d54ae30aa0a4ba2d89827 (commit)
       via  ed3150fb7413fce0321ad88a22de7871a301f7c3 (commit)
       via  35d73c71b7f6bf367427a9ee8172e11f45c16d98 (commit)
      from  f63fff0be94f0c10bb7262dfc26074b847d0a98c (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 ec6bfe8db3d731428008a8715fcd523a491a934c
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 28 02:06:28 2018 +0200

    Fix coding style

commit 8657c93f0adeefd1b50d54ae30aa0a4ba2d89827
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 28 02:03:11 2018 +0200

    Fix coding style

commit ed3150fb7413fce0321ad88a22de7871a301f7c3
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 28 02:02:52 2018 +0200

    Fix coding style

commit 35d73c71b7f6bf367427a9ee8172e11f45c16d98
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 28 02:02:08 2018 +0200

    Fix coding style

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

Summary of changes:
 forward.c                                          | 10 ++--
 pthread/pt-exit.c                                  |  2 +-
 pthread/pt-join.c                                  |  2 +-
 pthread/pt-self.c                                  |  2 +-
 pthread/pt-setcancelstate.c                        |  2 +-
 pthread/pt-setcanceltype.c                         |  2 +-
 sysdeps/generic/pt-cond-signal.c                   |  4 +-
 sysdeps/generic/pt-cond-timedwait.c                |  4 +-
 sysdeps/generic/pt-destroy-specific.c              |  2 +-
 sysdeps/generic/pt-mutex-timedlock.c               | 14 ++---
 sysdeps/generic/pt-mutex-transfer-np.c             |  2 +-
 sysdeps/generic/pt-mutex-trylock.c                 | 10 ++--
 sysdeps/generic/pt-rwlock-timedrdlock.c            |  4 +-
 sysdeps/generic/pt-rwlock-timedwrlock.c            |  4 +-
 sysdeps/generic/raise.c                            |  2 +-
 sysdeps/generic/sem-timedwait.c                    |  4 +-
 sysdeps/generic/timer_routines.h                   | 18 +++----
 sysdeps/mach/hurd/i386/pt-setup.c                  |  2 +-
 sysdeps/mach/hurd/pt-hurd-cond-timedwait.c         |  6 +--
 sysdeps/mach/hurd/pt-hurd-cond-wait.c              |  2 +-
 sysdeps/mach/hurd/pt-mutex-consistent.c            |  2 +-
 sysdeps/mach/hurd/pt-mutex-destroy.c               |  4 +-
 sysdeps/mach/hurd/pt-mutex-getprioceiling.c        |  2 +-
 sysdeps/mach/hurd/pt-mutex-init.c                  |  2 +-
 sysdeps/mach/hurd/pt-mutex-lock.c                  |  8 +--
 sysdeps/mach/hurd/pt-mutex-setprioceiling.c        |  2 +-
 sysdeps/mach/hurd/pt-mutex-timedlock.c             |  4 +-
 sysdeps/mach/hurd/pt-mutex-transfer-np.c           |  6 +--
 sysdeps/mach/hurd/pt-mutex-trylock.c               |  4 +-
 sysdeps/mach/hurd/pt-mutex-unlock.c                |  2 +-
 sysdeps/mach/hurd/pt-mutex.h                       |  8 +--
 sysdeps/mach/hurd/pt-mutexattr-destroy.c           |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c    |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-getprotocol.c       |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-getpshared.c        |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-getrobust.c         |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-gettype.c           |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-init.c              |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c    |  2 +-
 sysdeps/mach/hurd/pt-mutexattr-setprotocol.c       |  6 +--
 sysdeps/mach/hurd/pt-mutexattr-setpshared.c        |  4 +-
 sysdeps/mach/hurd/pt-mutexattr-setrobust.c         |  4 +-
 sysdeps/mach/hurd/pt-mutexattr-settype.c           |  4 +-
 sysdeps/mach/hurd/pt-sigstate.c                    |  4 +-
 sysdeps/mach/hurd/pt-sysdep.c                      |  4 +-
 sysdeps/pthread/bits/cancelation.h                 |  2 +-
 sysdeps/pthread/bits/pthread.h                     |  3 +-
 sysdeps/pthread/bits/pthreadtypes.h                | 62 +++++++++++-----------
 sysdeps/pthread/bits/semaphore.h                   | 14 ++---
 .../pthread/bits/types/struct___pthread_barrier.h  | 10 ++--
 sysdeps/pthread/bits/types/struct___pthread_cond.h | 14 ++---
 .../pthread/bits/types/struct___pthread_condattr.h |  8 +--
 .../pthread/bits/types/struct___pthread_mutex.h    | 30 +++++------
 .../pthread/bits/types/struct___pthread_rwlock.h   | 18 +++----
 54 files changed, 171 insertions(+), 174 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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