mirror of
https://github.com/fluencelabs/musl
synced 2025-06-20 02:11:43 +00:00
fix various header namespace issues under feature-test-macro control
reported and changes suggested by Daniel Sabogal.
This commit is contained in:
@ -111,6 +111,8 @@ int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct iti
|
||||
int timer_gettime (timer_t, struct itimerspec *);
|
||||
int timer_getoverrun (timer_t);
|
||||
|
||||
extern char *tzname[2];
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -118,7 +120,6 @@ int timer_getoverrun (timer_t);
|
||||
char *strptime (const char *__restrict, const char *__restrict, struct tm *__restrict);
|
||||
extern int daylight;
|
||||
extern long timezone;
|
||||
extern char *tzname[2];
|
||||
extern int getdate_err;
|
||||
struct tm *getdate (const char *);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user