1#ifndef __clock_t_defined
2#define __clock_t_defined 1
3
4#include <bits/types.h>
5
6/* Returned by `clock'. */
7typedef __clock_t clock_t;
8
9#endif
10

source code of include/x86_64-linux-gnu/bits/types/clock_t.h