Merge "Fix timespec.h documentation"
am: 6864fc8d06
Change-Id: I8761ad4678ba7d59c0f5500d50ded116c30cd1ff
This commit is contained in:
commit
77da70ef5b
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