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-18-gada00b3
Date: Fri, 5 Jan 2018 21:05:15 -0500 (EST)

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  ada00b30cf36beecdf4b900b67ffb602fd0b89ca (commit)
      from  7d4a84731cd80a1ef711c83535c6340f0e2b143f (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 ada00b30cf36beecdf4b900b67ffb602fd0b89ca
Author: Samuel Thibault <address@hidden>
Date:   Sat Jan 6 03:03:30 2018 +0100

    Move key management to sysdeps/generic
    
    Now that it does not use libihash any more, it is not hurd-dependent any
    more.
    
    * sysdeps/hurd/pt-destroy-specific.c: Move to 
sysdeps/generic/pt-destroy-specific.c
    * sysdeps/hurd/pt-key-create.c: Move to sysdeps/generic/pt-key-create.c.
    * sysdeps/hurd/pt-key-delete.c: Move to sysdeps/generic/pt-key-delete.c.
    * sysdeps/hurd/pt-key.h: Move to sysdeps/generic/pt-key.h.
    * sysdeps/hurd/pt-getspecific.c: Move to
    sysdeps/generic/pt-getspecific.c.
    * sysdeps/hurd/pt-init-specific.c: Move to
    sysdeps/generic/pt-init-specific.c.
    * sysdeps/hurd/pt-setspecific.c: Move to
    sysdeps/generic/pt-setspecific.c.

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

Summary of changes:
 sysdeps/generic/pt-destroy-specific.c |  57 ++++++++++++++++--
 sysdeps/generic/pt-getspecific.c      |  20 +++++--
 sysdeps/generic/pt-init-specific.c    |   6 +-
 sysdeps/generic/pt-key-create.c       |  88 +++++++++++++++++++++++++--
 sysdeps/generic/pt-key-delete.c       |  43 +++++++++++--
 sysdeps/generic/pt-key.h              |  59 +++++++++++++++++-
 sysdeps/generic/pt-setspecific.c      |  28 ++++++++-
 sysdeps/hurd/pt-destroy-specific.c    |  77 ------------------------
 sysdeps/hurd/pt-getspecific.c         |  39 ------------
 sysdeps/hurd/pt-init-specific.c       |  31 ----------
 sysdeps/hurd/pt-key-create.c          | 110 ----------------------------------
 sysdeps/hurd/pt-key-delete.c          |  64 --------------------
 sysdeps/hurd/pt-key.h                 |  77 ------------------------
 sysdeps/hurd/pt-setspecific.c         |  51 ----------------
 14 files changed, 280 insertions(+), 470 deletions(-)
 delete mode 100644 sysdeps/hurd/pt-destroy-specific.c
 delete mode 100644 sysdeps/hurd/pt-getspecific.c
 delete mode 100644 sysdeps/hurd/pt-init-specific.c
 delete mode 100644 sysdeps/hurd/pt-key-create.c
 delete mode 100644 sysdeps/hurd/pt-key-delete.c
 delete mode 100644 sysdeps/hurd/pt-key.h
 delete mode 100644 sysdeps/hurd/pt-setspecific.c


hooks/post-receive
-- 
POSIX threading library



reply via email to

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