PatchworkOS
Loading...
Searching...
No Matches
timespec.h
Go to the documentation of this file.
1
#ifndef _AUX_TIMESPEC_H
2
#define _AUX_TIMESPEC_H 1
3
4
#include "
time_t.h
"
5
6
struct
timespec
7
{
8
time_t
tv_sec
;
9
long
tv_nsec
;
10
};
11
12
#endif
timespec
Definition
timespec.h:7
timespec::tv_nsec
long tv_nsec
Definition
timespec.h:9
timespec::tv_sec
time_t tv_sec
Definition
timespec.h:8
time_t.h
time_t
long long unsigned time_t
Definition
time_t.h:4
include
libstd
_internal
timespec.h
Generated by
1.9.8