This commit is contained in:
Michael Kerrisk 2006-02-11 20:16:44 +00:00
parent 8548d8e240
commit 0483625f84
1 changed files with 3 additions and 7 deletions

View File

@ -62,14 +62,10 @@ and has the form
.sp
.RS
.nf
.ne 12
.ta 8n 16n 32n
struct timespec
{
time_t tv_sec; /* seconds */
long tv_nsec; /* nanoseconds */
struct timespec {
time_t tv_sec; /* seconds */
long tv_nsec; /* nanoseconds */
};
.ta
.fi
.RE
.PP