mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Fix the following uclibc build failure raised since bump to version 5.43 in commitf17b56f1aaandc80065fe69: file.c: In function 'fname_print': file.c:605:10: error: macro "putc" requires 2 arguments, but only 1 given 605 | putc(c); | ^ Fixes: - http://autobuild.buildroot.org/results/7ff1dd9f79408d2e6286c005302b6f3c505ab259 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>