CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/19 10:09:24
Modified files:
lib/libc/gen : syslog_r.c
Log message:
Use the reentrant strerror_r() instead of strerror() to expand %m.
Previously, syslog_r() would avoid calling strerror() since the latter
is not reentrant. OK bluhm@
