math: raise flags in log2l.c on <= 0 arguments, and fix volatile
[musl] / src / time / __time.h
1 time_t __tm_to_time(struct tm *);
2 struct tm *__time_to_tm(time_t, struct tm *);
3 void __tzset(void);
4 struct tm *__dst_adjust(struct tm *tm);
5
6 extern long __timezone;
7 extern int __daylight;
8 extern int __dst_offset;
9 extern char *__tzname[2];