This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] hurd: Fix linknamespace of spawni
- 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: Thu, 06 Dec 2018 15:34:26 +0100
- Subject: Re: [PATCH] hurd: Fix linknamespace of spawni
- References: <20181205222541.27924-1-samuel.thibault@ens-lyon.org>
* Samuel Thibault:
> * include/unistd.h (__confstr): Add prototype and hidden prototype.
> * posix/confstr.c (confstr): Rename to __confstr.
> (__confstr): Add hidden def.
> (confstr): Add weak alias for __confstr.
> * sysdeps/mach/hurd/spawni.c (__spawni): Call __confstr instead of
> confstr.
Looks reasonable to me, and it should fix the linknamespace failure.
Thanks,
Florian