)]}' { "commit": "28dc82580e50961f9b76933b20d576a6afc5035c", "tree": "6637315f9ff3db72d3ab966dd90f0a752e81cddf", "parents": [ "03bd48102b575a9c86eed73866a5f9cd4d03e2d5" ], "author": { "name": "Yann Gautier", "email": "yann.gautier@st.com", "time": "Thu Jan 05 09:50:11 2023 +0100" }, "committer": { "name": "Yann Gautier", "email": "yann.gautier@st.com", "time": "Wed Jan 11 09:18:50 2023 +0100" }, "message": "fix(libc): remove __putchar alias\n\nThis issue was triggered by sparse tool:\nlib/libc/putchar.c:9:5: warning:\n symbol \u0027__putchar\u0027 was not declared. Should it be static?\nInstead of setting __putchar as static, just remove the function and\ndirectly use putchar() with a weak attribute.\n\nSigned-off-by: Yann Gautier \u003cyann.gautier@st.com\u003e\nChange-Id: Ib35e4ba064f06010851bb860269b08462fe3d3bd\n", "tree_diff": [ { "type": "modify", "old_id": "3472b243637a29a22e0af31de44d58910fa0b563", "old_mode": 33188, "old_path": "lib/libc/putchar.c", "new_id": "340bdd83a03cd88b806951cecfd07f400562c580", "new_mode": 33188, "new_path": "lib/libc/putchar.c" } ] }