[PATCH v5 6/6] Fix 'cbaud_to_speed' defined but not used on LA32
mengqinggang
mengqinggang@loongson.cn
Mon Mar 2 09:56:42 GMT 2026
在 2026/3/2 17:32, Andreas Schwab 写道:
> On Mär 02 2026, mengqinggang wrote:
>
>> 'cbaud_to_speed' used if TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_42).
>> Move cbaud_to_speed to #if TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_42)
> These two conditions are identical.
>
The description here is not very clear.
What I mean is, cbaud_to_speedis definition should be placed within
#if TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_42) and #endif.
More information about the Libc-alpha
mailing list