aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 14:31:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 14:31:02 +0000
commit5859e0d35365a89d1b3001f562f89dd81d001302 (patch)
tree14f4f3d92f62412efbce32c15f24e5fbbcc784ae /nuttx/ChangeLog
parent424d1af00f29a81ec98b9b91bc518b70fb8e2013 (diff)
downloadpx4-firmware-5859e0d35365a89d1b3001f562f89dd81d001302.tar.gz
px4-firmware-5859e0d35365a89d1b3001f562f89dd81d001302.tar.bz2
px4-firmware-5859e0d35365a89d1b3001f562f89dd81d001302.zip
Correct round-to-ticks logic in sigtimedwait()
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5457 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 56edf9487..6c6fd7843 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3812,4 +3812,7 @@
* include/pthread.h: In sys/prctl.h because it is needed by
pthread_[set|get]name_np()
* tools/kconfig.bat: Kludge to run kconfig-frontends from a DOS shell.
+ * sched/sig_timedwait.c: Should always move the time up to the next
+ largest number of system ticks. The logic was rounding. Noted by
+ Petteri Aimonen.