summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-02 19:31:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-02 19:31:30 +0000
commit60185fe969614b01d5dc57f3aa157b24d2901af6 (patch)
treed63a6a6a97cae8d4fe62b41e900fbcd5c29aceaf /nuttx/ChangeLog
parentf1851b468b62b448a0d9ed343d4ca8b9987e0d53 (diff)
downloadnuttx-60185fe969614b01d5dc57f3aa157b24d2901af6.tar.gz
nuttx-60185fe969614b01d5dc57f3aa157b24d2901af6.tar.bz2
nuttx-60185fe969614b01d5dc57f3aa157b24d2901af6.zip
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5bdd1aad8..c3e16607f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4100,3 +4100,10 @@
* drivers/serial/serial.c: Correct some race conditions when checking
for disconnection of a removable serial device.
+ * sched/task_posixspawn.c, task_spawn.c, task_spawnparms.c and
+ spawn_internal.h: Create new interface task_spawn() that is
+ like posix_spawn(), but uses entry point addresses like
+ task_create().
+ * Corrected all argv[] arguments. Should be char * const *, not
+ const char **.
+