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/include/time.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/include/time.h') diff --git a/nuttx/include/time.h b/nuttx/include/time.h index 7a76b7ef2..69b62f4eb 100644 --- a/nuttx/include/time.h +++ b/nuttx/include/time.h @@ -2,7 +2,7 @@ * include/time.h * * Copyright (C) 2007-2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -154,8 +154,8 @@ EXTERN int clock_gettime(clockid_t clockid, struct timespec *tp); EXTERN int clock_getres(clockid_t clockid, struct timespec *res); EXTERN time_t mktime(const struct tm *tp); -EXTERN struct tm *gmtime(const time_t *timer); -EXTERN struct tm *gmtime_r(const time_t *timer, struct tm *result); +EXTERN FAR struct tm *gmtime(FAR const time_t *timer); +EXTERN FAR struct tm *gmtime_r(FAR const time_t *timer, FAR struct tm *result); EXTERN size_t strftime(char *s, size_t max, const char *format, const struct tm *tm); EXTERN time_t time(time_t *tloc); -- cgit v1.2.3