]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Fix linknamespace of spawni
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 5 Dec 2018 22:24:03 +0000 (23:24 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 7 Dec 2018 19:21:45 +0000 (20:21 +0100)
commit45f33aac78e86d0f23c74a207295f3c7a77a94c0
tree0bbfec909980aeec0f0d78d95d7b6dd8250d2287
parenta092ca9453df677053787b376322362e3bbe91ca
hurd: Fix linknamespace of spawni

* 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.
ChangeLog
include/unistd.h
posix/confstr.c
sysdeps/mach/hurd/spawni.c