1#ifndef __time_t_defined
2#define __time_t_defined 1
3
4#include <bits/types.h>
5
6/* Returned by `time'. */
7typedef __time_t time_t;
8
9#endif
10