diff --git a/os/log.c b/os/log.c index 95bd8cca9..dc6e2888b 100644 --- a/os/log.c +++ b/os/log.c @@ -279,6 +279,10 @@ LogSetParameter(LogParameter param, int value) } } +/** + * Signal-safe snprintf, with some limitations over snprintf. Be careful + * which directives you use. + */ static int pnprintf(char *string, size_t size, const char *f, va_list args) {