[Libc][dlib][armlibc] add gmtime_r api

This commit is contained in:
zylx
2018-10-26 11:17:41 +08:00
parent 86ad69032f
commit 3bf68f2f42
6 changed files with 150 additions and 63 deletions
@@ -45,6 +45,7 @@ struct timezone {
};
int gettimeofday(struct timeval *tp, void *ignore);
struct tm *gmtime_r(const time_t *timep, struct tm *r);
#ifdef __cplusplus
}