mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 06:02:04 +00:00
add timegm function (inverse of gmtime), nonstandard
This commit is contained in:
@ -114,6 +114,9 @@ struct tm *getdate (const char *);
|
||||
int stime(time_t *);
|
||||
#endif
|
||||
|
||||
#if defined(_GNU_SOURCE)
|
||||
time_t timegm(struct tm *);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user