Merge "Fix timespec.h documentation" am: 6864fc8d06
am: 77da70ef5b
Change-Id: I165bbf8198891b6a883a98ec90e7c05d5b429732
This commit is contained in:
commit
a8c6b0229e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
struct timespec {
|
||||
/** Number of seconds. */
|
||||
time_t tv_sec;
|
||||
/** Number of nanoseconds. Must be less than 1,000,000. */
|
||||
/** Number of nanoseconds. Must be less than 1,000,000,000. */
|
||||
long tv_nsec;
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue