summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-15 16:38:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-15 16:38:18 -0600
commit2eba8afab5e8bdc32a0f6365de070eaa7f383149 (patch)
treebc50ff505e2c8113332d2f0efde87219788c08fe /nuttx/include
parent1169d36fd1d02c9c0432ee3317c4a749931c7f68 (diff)
downloadpx4-nuttx-2eba8afab5e8bdc32a0f6365de070eaa7f383149.tar.gz
px4-nuttx-2eba8afab5e8bdc32a0f6365de070eaa7f383149.tar.bz2
px4-nuttx-2eba8afab5e8bdc32a0f6365de070eaa7f383149.zip
Some files that now include sys/time.h should no longer include timer.h
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/time.h b/nuttx/include/time.h
index c43385ace..5630b7958 100644
--- a/nuttx/include/time.h
+++ b/nuttx/include/time.h
@@ -190,7 +190,7 @@ int clock_getres(clockid_t clockid, FAR struct timespec *res);
time_t mktime(FAR struct tm *tp);
FAR struct tm *gmtime(FAR const time_t *timer);
FAR struct tm *gmtime_r(FAR const time_t *timer, FAR struct tm *result);
-size_t strftime(char *s, size_t max, FAR const char *format,
+size_t strftime(FAR char *s, size_t max, FAR const char *format,
FAR const struct tm *tm);
time_t time(FAR time_t *tloc);