Fix warning about redefining printf when building linux

This commit is contained in:
Theodore Dubois
2024-10-21 23:35:11 -07:00
parent a9394bb29c
commit 112d843ac8
+1
View File
@@ -5,6 +5,7 @@
void ish_printk(const char *msg, ...);
void ish_vprintk(const char *msg, va_list args);
#undef printk
#define printk ish_printk
// debug output utilities