mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[Libc][dlib][armlibc] add gmtime_r api
This commit is contained in:
@@ -52,6 +52,7 @@ struct timezone {
|
||||
};
|
||||
|
||||
int gettimeofday(struct timeval *tp, void *ignore);
|
||||
struct tm *gmtime_r(const time_t *timep, struct tm *r);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user