the big time handling overhaul
[musl] / src / time / __time.h
diff --git a/src/time/__time.h b/src/time/__time.h
deleted file mode 100644 (file)
index 967e518..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-time_t __tm_to_time(struct tm *);
-struct tm *__time_to_tm(time_t, struct tm *);
-void __tzset(void);
-struct tm *__dst_adjust(struct tm *tm);
-
-extern long __timezone;
-extern int __daylight;
-extern int __dst_offset;
-extern char *__tzname[2];