aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 21:31:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 21:31:36 +0000
commit44fdf6fc7a8188577cc968233b3ee123e688ab71 (patch)
tree7542c236cf625ee3a1e4678af59afe171ed74f12 /nuttx/ChangeLog
parentd844f61f8ad81de5bf2b4353763ca92634fb73f4 (diff)
downloadpx4-firmware-44fdf6fc7a8188577cc968233b3ee123e688ab71.tar.gz
px4-firmware-44fdf6fc7a8188577cc968233b3ee123e688ab71.tar.bz2
px4-firmware-44fdf6fc7a8188577cc968233b3ee123e688ab71.zip
Add file action logic which will eventually be needed to support posix_spawn()
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5500 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 35bf42253..3d124073b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3896,4 +3896,5 @@
* arch/arm/src/lm: Rename the arch/arm/src/lm3s directory to
arch/arm/src/lm so that is can support other members of the
Stellaris family.
+ * libc/spawn: Add file action interfaces needed by posix_spawn().