aboutsummaryrefslogtreecommitdiff
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
commit322e9d18c7371f9fb27cd57ca894191d564b75c3 (patch)
treeeb86ac739b4fcdb3093d690ffb1d1a08841c94cb /nuttx/ChangeLog
parent91cfebc978d02d83323ce3f95e02d819c5eded0e (diff)
downloadpx4-firmware-322e9d18c7371f9fb27cd57ca894191d564b75c3.tar.gz
px4-firmware-322e9d18c7371f9fb27cd57ca894191d564b75c3.tar.bz2
px4-firmware-322e9d18c7371f9fb27cd57ca894191d564b75c3.zip
Completes implementation of posix_spawn. Still untested and undocumented
git-svn-id: http://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).