Changeset c247120a in rtems
- Timestamp:
- 09/09/98 18:09:02 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c7cb6bbb
- Parents:
- 8d0ea20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/clock.t
r8d0ea20 rc247120a 20 20 @item @code{clock_getres} - 21 21 @item @code{nanosleep} - 22 @item @code{gettimeofday} - 22 23 @item @code{time} - 23 24 @end itemize … … 191 192 192 193 @page 194 @subsection gettimeofday 195 196 @subheading CALLING SEQUENCE: 197 198 @example 199 #include <sys/time.h> 200 #include <unistd.h> 201 202 int gettimeofday( 203 struct timeval *tp, 204 struct timezone *tzp 205 ); 206 @end example 207 208 @subheading STATUS CODES: 209 210 On error, this routine returns -1 and sets errno as appropriate. 211 212 @subheading DESCRIPTION: 213 214 @subheading NOTES: 215 216 Currently, the timezone information is not supported. 217 218 @page 193 219 @subsection time 194 220
Note: See TracChangeset
for help on using the changeset viewer.