This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] hurd: Fix linknamespace of spawni
Florian Weimer, le jeu. 06 déc. 2018 15:34:26 +0100, a ecrit:
> * 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.
Applied, thanks!
Samuel