summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-25 07:26:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-25 07:26:07 -0600
commitd007ca9840471211479065f4b265f604ee5f6238 (patch)
treefb17cbb6ca008de1bdedb40bb1d5d91c68f0d974
parent319b419c234f9974cc374a7b9b6cc0d1ec11f33a (diff)
downloadnuttx-d007ca9840471211479065f4b265f604ee5f6238.tar.gz
nuttx-d007ca9840471211479065f4b265f604ee5f6238.tar.bz2
nuttx-d007ca9840471211479065f4b265f604ee5f6238.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9979c82e5..db7b94541 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9883,4 +9883,8 @@
aio_contain(), Copy u.ptr (void *) when initializing aioc and not
the case specific u.aioc_filep. From Michal Ulianko (2015-02-24).
* include/pthread.h: Fix PTHREAD_COND_INITIALIZER (2015-02-24).
+ * sched/clock/clock_systimespec.c: When an RTC is used clock_systimespec()
+ must subtract the basetime from the returned time. It needs to
+ return the time since power up, no the current time. Issue noted
+ by Max Neklyudov (2015-02-25).