mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
Some files that now include sys/time.h should no longer include timer.h
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user