diff options
Diffstat (limited to '.ccls-cache/@@home@niliara@configs/@usr@include@bits@types@struct_itimerspec.h')
-rwxr-xr-x | .ccls-cache/@@home@niliara@configs/@usr@include@bits@types@struct_itimerspec.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.ccls-cache/@@home@niliara@configs/@usr@include@bits@types@struct_itimerspec.h b/.ccls-cache/@@home@niliara@configs/@usr@include@bits@types@struct_itimerspec.h new file mode 100755 index 0000000..17cc1ac --- /dev/null +++ b/.ccls-cache/@@home@niliara@configs/@usr@include@bits@types@struct_itimerspec.h @@ -0,0 +1,14 @@ +#ifndef __itimerspec_defined +#define __itimerspec_defined 1 + +#include <bits/types.h> +#include <bits/types/struct_timespec.h> + +/* POSIX.1b structure for timer start values and intervals. */ +struct itimerspec + { + struct timespec it_interval; + struct timespec it_value; + }; + +#endif |