This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [glibc] hurd: Fix ld.so link
- From: Florian Weimer <fweimer at redhat dot com>
- To: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 13 Dec 2019 12:02:11 +0100
- Subject: Re: [glibc] hurd: Fix ld.so link
- References: <20191201185200.42794.qmail@sourceware.org>
* Samuel Thibault:
> https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d5ed9ba29a3c818b3433a1784862494968abda45
>
> commit d5ed9ba29a3c818b3433a1784862494968abda45
> Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
> Date: Sun Dec 1 14:58:25 2019 +0000
>
> hurd: Fix ld.so link
>
> Since a2e8aa0d9ea6 ("Block signals during the initial part of dlopen") dl_open
> uses sigprocmask, so we need a stub implementation.
Should we revert this change (and 892badc9bbcd4a6f8), now that dlopen no
longer calls sigprocmask?
Thanks,
Florian