Re: [PATCH 2/3] scratch_buffer: new module

2017-09-02 Thread Paul Eggert
Florian Weimer wrote: This configure test is invalid because __libc_scratch_buffer_grow is a GLIBC_PRIVATE symbol not part of the ABI. You really need to rename those __libc_* functions because they are in the internal glibc namespace. Done by installing the first attached patch into Gnulib.

Re: [PATCH 2/3] scratch_buffer: new module

2017-09-02 Thread Florian Weimer
On 09/02/2017 01:33 AM, Paul Eggert wrote: > +AC_CHECK_FUNCS_ONCE([__libc_scratch_buffer_grow]) This configure test is invalid because __libc_scratch_buffer_grow is a GLIBC_PRIVATE symbol not part of the ABI. You really need to rename those __libc_* functions because they are in the internal