summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-17 11:21:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-17 11:21:29 -0600
commit30530b8c9880ff214a088372932511e67e9a012d (patch)
tree0dd13c88ea8f28cb8b97b714029f5ed57c7be891 /nuttx/ChangeLog
parentdb5562382f7957ff1ada27f31f1ea4eacd6ba6f0 (diff)
downloadnuttx-30530b8c9880ff214a088372932511e67e9a012d.tar.gz
nuttx-30530b8c9880ff214a088372932511e67e9a012d.tar.bz2
nuttx-30530b8c9880ff214a088372932511e67e9a012d.zip
Fix compile errors when the on_exit() interface is enabled in the kernel build. From Ken Pettit
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e308351c7..6d1c273eb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4720,3 +4720,7 @@
* configs/hymini-stm32v/src/up_r61505u.c: Support for the R65105-
based LCD that comes with some HY-Mini STM32v board. From Christian
Faure (2013-5-16).
+ * syscall/syscall_lookup.h: Missing underscore character in SYS_onexit.
+ Reported by Ken Pettit (2013-5-17).
+ * nuttx/syscall/syscall.csv: Type of first parameter of on_exit() is
+ wrong. Reported by Ken Pettit (2013-5-17).