improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
[glibc.git] / time / bits / types / clock_t.h
blobce97248f8856164bef6a2949ef88a289c9046e96
1 #ifndef __clock_t_defined
2 #define __clock_t_defined 1
4 #include <bits/types.h>
6 /* Returned by `clock'. */
7 typedef __clock_t clock_t;
9 #endif