From 12ede7f8e242f87c62ad3e7739d6a6452be813a1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Sep 2011 17:56:03 +0000 Subject: Fix errors in gmtime and gmtime_r git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 69ac0a8a3..661ba99d9 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -2049,3 +2049,5 @@ crashes on Cortex-M3 if the ARM libgcc is used, for example. The fix is to include ARCHCPUFLAGS on the gcc command line when asking it to -print-libgcc-file-name. + * lib/time/lib_gmtimer.c: Correct several calculations that could lead + to errors in dates. -- cgit v1.2.3