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


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.19-hurd+libpthread-20160518-27-g8968cc8
Date: Sun, 18 Sep 2016 22:18:34 +0000 (UTC)

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  8968cc85b696f305b8afe11c0a753ea1209f7abc (commit)
       via  23412596845e219b242a763f333fa60954cad84b (commit)
      from  5b6b6eb6276af8acb40bd62d28f18b1c3003e5a1 (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 8968cc85b696f305b8afe11c0a753ea1209f7abc
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 19 00:16:48 2016 +0200

    Fix pthread_kill and pthread_self visibility from raise
    
    * pthreadP.h: New file.
    * sysdeps/generic/pt-kill.c (pthread_kill): Rename to __pthread_kill.
    pthread_kill: New strong alias.
    * sysdeps/hurd/pt-kill.c: Likewise.
    * sysdeps/generic/raise.c: Include <pthreadP.h> instead of <pthread.h>.
    Make __pthread_kill and __pthread_self weak.
    (raise): Use __pthread_kill and __pthread_self instead of pthread_kill
    and pthread_self.

commit 23412596845e219b242a763f333fa60954cad84b
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 12 00:08:58 2016 +0200

    Expose __register_atfork publicly
    
    Some applications make use of it, and get spurious strong dependencies when
    the symbol is versioned as private.
    
    * Version (__register_atfork): Move from GLIBC_PRIVATE to GLIBC_2.22.

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

Summary of changes:
 Versions                                  |    6 ++++--
 sysdeps/pthread/flockfile.c => pthreadP.h |   23 ++++++++---------------
 sysdeps/generic/pt-kill.c                 |    5 +++--
 sysdeps/generic/raise.c                   |   10 +++++-----
 sysdeps/hurd/pt-kill.c                    |    3 ++-
 5 files changed, 22 insertions(+), 25 deletions(-)
 copy sysdeps/pthread/flockfile.c => pthreadP.h (65%)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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