Commit 2c4d3019 by Richard Kenner

(HAVE_VPRINTF): Define.

From-SVN: r6319
parent 15a676cc
......@@ -10,6 +10,9 @@
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)
/* UNOS has vprintf() */
#define HAVE_VPRINTF
/* Avoid conflict with C library by changing name of this symbol. */
#define gettime gcc_gettime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment