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
6struct timespec
7{
9 long tv_nsec;
10};
11
12#endif
long tv_nsec
Definition timespec.h:9
time_t tv_sec
Definition timespec.h:8
long long unsigned time_t
Definition time_t.h:4