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:
parent
eadb4f9f20
commit
e680f0fa21
@ -21,6 +21,7 @@
|
|||||||
#include <sys/libkern.h>
|
#include <sys/libkern.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define printf freebsd_printf
|
||||||
int printf(const char *format, ...) __printflike(1, 2);
|
int printf(const char *format, ...) __printflike(1, 2);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user