From fcdbdbcd6f5c661e7a16c65374caed048031dd3d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Oct 2014 07:11:11 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0c19b13e0eb..6410ff14dc8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8813,4 +8813,7 @@ required, standard setlogmask() (2014-10-9). * arch/arm/src/stm32/chip/stm32_exti.h: Correct STM32 RTC EXTI bit definition. From Lazlo (2014-10-9). - + * include/syscall.h, syscall/, and libc/: Remove syslog interfaces + from the set of system calls (2014-10-9). + * libc/syslog: Move syslog back out of the kernel into the C libary + (2014-10-9).