cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / bits / types / struct_timeval.h
diff --git a/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h b/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h
new file mode 100644 (file)
index 0000000..70394ce
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef __timeval_defined
+#define __timeval_defined 1
+
+#include <bits/types.h>
+
+/* A time value that is accurate to the nearest
+   microsecond but also has a range of years.  */
+struct timeval
+{
+  __time_t tv_sec;             /* Seconds.  */
+  __suseconds_t tv_usec;       /* Microseconds.  */
+};
+#endif