From d6790d27592d2caf6db6024f1d2f0ddb19185b82 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 20 Feb 2015 07:09:30 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 503caca02c..999c65ee48 100755 --- a/ChangeLog +++ b/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). +