commit | 28dc82580e50961f9b76933b20d576a6afc5035c | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Thu Jan 05 09:50:11 2023 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Jan 11 09:18:50 2023 +0100 |
tree | 6637315f9ff3db72d3ab966dd90f0a752e81cddf | |
parent | 03bd48102b575a9c86eed73866a5f9cd4d03e2d5 [diff] |
fix(libc): remove __putchar alias This issue was triggered by sparse tool: lib/libc/putchar.c:9:5: warning: symbol '__putchar' was not declared. Should it be static? Instead of setting __putchar as static, just remove the function and directly use putchar() with a weak attribute. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ib35e4ba064f06010851bb860269b08462fe3d3bd