cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / bits / types / time_t.h
diff --git a/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/bits/types/time_t.h b/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/bits/types/time_t.h
new file mode 100644 (file)
index 0000000..ab8287c
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __time_t_defined
+#define __time_t_defined 1
+
+#include <bits/types.h>
+
+/* Returned by `time'.  */
+typedef __time_t time_t;
+
+#endif