mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 03:49:31 +08:00
Use integer-only printf for syslog()
This commit is contained in:
parent
e51bc974be
commit
f5f4cad2a1
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include <machine/rtems-bsd-printf-to-iprintf.h>
|
||||||
|
|
||||||
static int LogStatus = LOG_CONS;
|
static int LogStatus = LOG_CONS;
|
||||||
static const char *LogTag = "syslog";
|
static const char *LogTag = "syslog";
|
||||||
static int LogFacility = LOG_USER;
|
static int LogFacility = LOG_USER;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user