@@ -4,6 +4,11 @@
__BEGIN_DECLS
+struct timezone {
+ int tz_minuteswest;
+ int tz_dsttime;
+};
+
int gettimeofday(struct timeval* __restrict__, void* __restrict__) __attribute__((nonnull(1)));
__END_DECLS
@@ -5,11 +5,6 @@
-struct timezone {
- int tz_minuteswest;
- int tz_dsttime;
-};
-
struct tm {
int tm_sec; /* Seconds (0-60) */
int tm_min; /* Minutes (0-59) */