summaryrefslogtreecommitdiffstats
path: root/rtemslwip/common/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemslwip/common/syslog.c')
-rw-r--r--rtemslwip/common/syslog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtemslwip/common/syslog.c b/rtemslwip/common/syslog.c
index e544074..4da911e 100644
--- a/rtemslwip/common/syslog.c
+++ b/rtemslwip/common/syslog.c
@@ -38,6 +38,9 @@ syslog (int pri, const char *fmt, ...)
* FIXME: Should cbuf be static? Then we wouldn't
* have to worry about blowing stacks with a local variable
* that large. Could make cbuf bigger, too.
+ *
+ * FIXME: This does not properly handle the %m format specifier which should
+ * insert the string result of strerror(errno).
*/
void
vsyslog (int pri, const char *fmt, va_list ap)