[libc/time] Revert the time.h
This commit is contained in:
parent
2ea39b4f05
commit
fc97cd23d8
|
@ -57,10 +57,6 @@ time_t timegm(struct tm * const t);
|
||||||
int gettimeofday(struct timeval *tv, struct timezone *tz);
|
int gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||||
int settimeofday(const struct timeval *tv, const struct timezone *tz);
|
int settimeofday(const struct timeval *tv, const struct timezone *tz);
|
||||||
|
|
||||||
#if defined(__ARMCC_VERSION) || defined (__ICCARM__)
|
|
||||||
struct tm *gmtime_r(const time_t *timep, struct tm *r);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RT_USING_POSIX
|
#ifdef RT_USING_POSIX
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
/* posix clock and timer */
|
/* posix clock and timer */
|
||||||
|
|
Loading…
Reference in New Issue