summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 15:26:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 15:26:09 +0000
commitd42aa4f4e68baefee31f4fda251f452a20fa863c (patch)
tree22d0b9efaab6ba7b6de73f1d92dab346c53cf252 /nuttx/ChangeLog
parent0f27a84a512545f77a358719c9d3c29a1f323199 (diff)
downloadnuttx-d42aa4f4e68baefee31f4fda251f452a20fa863c.tar.gz
nuttx-d42aa4f4e68baefee31f4fda251f452a20fa863c.tar.bz2
nuttx-d42aa4f4e68baefee31f4fda251f452a20fa863c.zip
Removed posix_spawn signal masks - they cannot be supported in NuttX; Add skeleton for posix_spawn proposer - still incomplete
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5503 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 758e8c862..92fbb56df 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3898,5 +3898,5 @@
Stellaris family.
* 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 Mikek Smith).
+ rounded down instead of up (from Mike Smith).