From f824b59f43e8feb42c5bd0ef1fc9bae97b6b0d7e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Oct 2014 17:17:37 -0600 Subject: [PATCH] Upate ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 325516e46b..71a512192b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8802,4 +8802,6 @@ * drivers/: Correct everything under nuttx/drivers, nuttx/arch, nuttx/net, nuttx/binfmt, and nuttx/configs to use the corrected syslog interfaces (2014-10-8). + * libc/syslog: Move syslog logic from libc/misc and libc/stdio to + libc/syslog (2014-10-8).