]> git.ipfire.org Git - thirdparty/glibc.git/commit
debug: mark __libc_message_wrapper as always inline
authorYury Khrustalev <yury.khrustalev@arm.com>
Wed, 29 Oct 2025 15:59:53 +0000 (15:59 +0000)
committerYury Khrustalev <yury.khrustalev@arm.com>
Fri, 31 Oct 2025 10:01:33 +0000 (10:01 +0000)
commit7d99ff550f5707158309835b0560e61d536d2f1b
treef244f7df2648c6ad5143fe19d526dc2c13da2023
parent2f77aec043f61e8533487850b11941a640ae2dea
debug: mark __libc_message_wrapper as always inline

When building with -Og to enable debugging, there is currently a compiler error
because if __libc_message_wrapper() is not inline, the __va_arg_pack_len macro
cannot be used.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
include/stdio.h