rename the printf function in the compat layer to avoid symbol clash with kernel printf (at least on gcc4)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40887 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2011-03-08 23:11:48 +00:00
parent eadb4f9f20
commit e680f0fa21

View File

@ -21,6 +21,7 @@
#include <sys/libkern.h>
#define printf freebsd_printf
int printf(const char *format, ...) __printflike(1, 2);