summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 17:37:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 17:37:29 +0000
commitc045ce53e389473aa4f68e295a7eb1e7e2a7b54d (patch)
treeeb86ac739b4fcdb3093d690ffb1d1a08841c94cb /nuttx/ChangeLog
parentd42aa4f4e68baefee31f4fda251f452a20fa863c (diff)
downloadnuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.tar.gz
nuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.tar.bz2
nuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.zip
Completes implementation of posix_spawn. Still untested and undocumented
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
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 92fbb56df..421b1ca60 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3899,4 +3899,8 @@
* libc/spawn: Add file action interfaces needed by posix_spawn().
* sched/clock_time2ticks.c: Another case where time was being
rounded down instead of up (from Mike Smith).
+ * libc/spawn: Implementation of posix_spawn() is complete but
+ untested and undocumented.
+ * drivers/usbdev/pl2303.c: Fix typols in the PL2303 driver
+ (from Max Holtzberg).