mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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>