Re: [PATCH glibc] Define __mig_strlen to support dynamically sized strings in hurd RPCs
Applied, thanks! Flavio Cruz via Libc-alpha, le dim. 30 avril 2023 20:09:49 -0400, a ecrit: > We make lib{mach,hurd}user.so only call __mig_strlen which can be > relocated before libc.so is relocated, similar to what is done with > __mig_memcpy. > --- > mach/Makefile |
[PATCH glibc] Define __mig_strlen to support dynamically sized strings in hurd RPCs
We make lib{mach,hurd}user.so only call __mig_strlen which can be relocated before libc.so is relocated, similar to what is done with __mig_memcpy. --- mach/Makefile | 2 +- mach/Versions | 1 + mach/mach/mig_support.h | 1 + m