summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-20 07:09:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-20 07:09:30 -0600
commitdd9e6b363a915b8a2ddfdafc5c168c1c62548b15 (patch)
tree4e434535946990355cfaa1ae0b07366ea82dda34
parent8d0aef2bb6ecc27f628b8d7cb8a7feb5d32f27f5 (diff)
downloadnuttx-dd9e6b363a915b8a2ddfdafc5c168c1c62548b15.tar.gz
nuttx-dd9e6b363a915b8a2ddfdafc5c168c1c62548b15.tar.bz2
nuttx-dd9e6b363a915b8a2ddfdafc5c168c1c62548b15.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 503caca02..999c65ee4 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9837,3 +9837,7 @@
* include/nuttx/rtc.h, fs/fs.h, drivers/ramdisk.c, pipes/, and
timers/rtc.c: The inode unlink method should not be support if
operations on the root pseudo-filesystem are disabled (2015-02-18).
+ * include/nuttx/sched timing functions: Fix some nanosecond comparisons.
+ Comparisons should be greate thatn OR EQUAL TO 1000000000 for maximum
+ value of nanoseconds in struct tm. From Juha Niskanen (2015-02-20).
+