mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Changes: - Add printf format attribute hint to all vararg functions. This will help users of these functions by telling CC what to look for Fixes: - Fix fisdir() segfault on GNU/Hurd - Fix touch() on Debian/kFreeBSD, use creat() instead of mknod() Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>