mirror of
https://github.com/fluencelabs/musl
synced 2025-07-30 22:01:57 +00:00
make tm_zone etc visible under _GNU_SOURCE
This commit is contained in:
@@ -39,7 +39,7 @@ struct tm
|
||||
long __tm_gmtoff;
|
||||
const char *__tm_zone;
|
||||
};
|
||||
#if defined(_BSD_SOURCE)
|
||||
#if defined(_BSD_SOURCE) || defined(_GNU_SOURCE)
|
||||
#define tm_gmtoff __tm_gmtoff
|
||||
#define tm_zone __tm_zone
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user