Some files that now include sys/time.h should no longer include timer.h

This commit is contained in:
Gregory Nutt
2015-02-15 16:38:18 -06:00
parent d6704a1cd7
commit f357897b6c
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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);