remove uClibc specific gettext_printf
Other C libraries like musl/glibc does not define it.
Including stdio.h here breaks Grub2 compilation with
gcc 14 and above.
Thanks to Thomas Petazzoni for analyzing the Grub2 build error.
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>