summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-09 07:11:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-09 07:11:11 -0600
commit743043b1d566cf1dd808613d949180af7731a14b (patch)
treed7c66273c5cc02635296b8f167a12758a39a11ab /nuttx/ChangeLog
parentf41649ece21fc3e9696eaa3a68c2a6d34f00940c (diff)
downloadnuttx-743043b1d566cf1dd808613d949180af7731a14b.tar.gz
nuttx-743043b1d566cf1dd808613d949180af7731a14b.tar.bz2
nuttx-743043b1d566cf1dd808613d949180af7731a14b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0c19b13e0..6410ff14d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).