mirror of git://git.musl-libc.org/musl
revert one change in time.h; no evidence BSD_SOURCE should expose these..
This commit is contained in:
parent
cf254c32ec
commit
de05a2ac22
|
@ -100,7 +100,7 @@ int timer_getoverrun (timer_t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
|
||||||
char *strptime (const char *, const char *, struct tm *);
|
char *strptime (const char *, const char *, struct tm *);
|
||||||
extern int daylight;
|
extern int daylight;
|
||||||
extern long timezone;
|
extern long timezone;
|
||||||
|
|
Loading…
Reference in New Issue