RTEMS has vsnprintf at least since 4.5.1-pre3
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#if defined(__vxworks) || defined(vxWorks) || defined(__rtems__)
|
#if defined(__vxworks) || defined(vxWorks)
|
||||||
// These systems have no vsnprintf
|
// These systems have no vsnprintf
|
||||||
#define vsnprintf(p,l,f,v) vsprintf(p,f,v)
|
#define vsnprintf(p,l,f,v) vsprintf(p,f,v)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user