From 5246751cb564522530b70b4f171dbd3d09a6eb4b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 2 Oct 2011 17:53:17 +0000 Subject: Add FAT date/time stamp git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/time/lib_gmtimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib') diff --git a/nuttx/lib/time/lib_gmtimer.c b/nuttx/lib/time/lib_gmtimer.c index 082bd8cf8..146939e7a 100644 --- a/nuttx/lib/time/lib_gmtimer.c +++ b/nuttx/lib/time/lib_gmtimer.c @@ -302,7 +302,7 @@ static void clock_utc2calendar(time_t days, int *year, int *month, int *day) * ****************************************************************************/ -struct tm *gmtime_r(const time_t *timer, struct tm *result) +FAR struct tm *gmtime_r(FAR const time_t *timer, FAR struct tm *result) { time_t epoch; time_t jdn; -- cgit v1.2.3