git-pthread_atfork-hidden
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 31 Mar 2021 20:09:32 +0000 (21:09 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 31 Mar 2021 20:09:32 +0000 (21:09 +0100)
commitf64df1726b3f68e7212761965aa51da54e229bf3
tree5753edca4a01229f4eedd640af32d7e82283c9cf
parentafc7d6d20a389c27bcadd5e5bbd049b5edef581f
git-pthread_atfork-hidden

Committed for glibc 2.32

commit 15e995a8fb94a00d76da03756579ae6ff645b161
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Jun 7 23:29:44 2020 +0000

    htl: Fix registration of atfork handlers in modules

    We really need modules to use their own pthread_atfork so that
    __dso_handle properly identifies them.

    * sysdeps/htl/pt-atfork.c (__pthread_atfork): Hide function.
    (pthread_atfork): Hide alias.
    * sysdeps/htl/old_pt-atfork.c (pthread_atfork): Rename macro to
    __pthread_atfork to fix building the compatibility alias.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-pthread_atfork-hidden.diff
sysdeps/htl/old_pt-atfork.c
sysdeps/htl/pt-atfork.c