2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/clock.t: Correct discussion of timeval.
This commit is contained in:
Joel Sherrill
2008-08-24 17:44:34 +00:00
parent 32a46df3ba
commit de9806ecb3
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/clock.t: Correct discussion of timeval.
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/datatypes.t: Add rtems_name. Add comment about

View File

@@ -107,8 +107,9 @@ type Clock_Time_Value is
@end example
@end ifset
The seconds field in this @value{STRUCTURE} is the number of
seconds since the RTEMS epoch of January 1, 1988.
The seconds field in this @value{STRUCTURE} is the number of seconds
since the POSIX epoch of January 1, 1970 but will never be prior to
the RTEMS epoch of January 1, 1988.
@subsection Clock Tick and Timeslicing