cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / bits / types / time_t.h
1 #ifndef __time_t_defined
2 #define __time_t_defined 1
3
4 #include <bits/types.h>
5
6 /* Returned by `time'.  */
7 typedef __time_t time_t;
8
9 #endif