Re: [PATCH 1/2] malloc: Refactor malloc API into a separate header

Yury Khrustalev <[email protected]> Thu, 30 Jul 2026 14:47:07 +0100
Newsgroups gmane.comp.lib.glibc.alpha
Message-ID <[email protected]>
On Tue, Jul 28, 2026 at 05:12:14PM +0100, Yury Khrustalev wrote:
> This commit moves declarations for various malloc functions from
> the malloc.c file to a separate header that can be used to include
> these declarations in other source files.
> 
> No functional change intended.
> ---

The CI failed [1] but it was confirmed that it's not related to this
patch [2].

[1]: https://lists.linaro.org/archives/list/[email protected]/message/WENBUBJGQ5RICSJ6UYAMEHYWDXTKJZOZ/
[2]: https://lists.linaro.org/archives/list/[email protected]/message/FCSK2SE54ZNIREDXLP65PDKUX55KRPS7/

Thanks,
Yury