Changes in uspace/lib/c/include/sys/time.h [9e06e9f:5fd3f2d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/time.h
r9e06e9f r5fd3f2d 46 46 typedef uint32_t mseconds_t; 47 47 48 struct tm {49 int tm_sec; /* 0 - 59 */50 int tm_min; /* 0 - 59 */51 int tm_hour; /* 0 - 23 */52 int tm_mday; /* 1 - 31 */53 int tm_mon; /* 0 - 11 */54 int tm_year; /* years since 1900 */55 };56 57 48 struct timeval { 58 49 time_t tv_sec; /* seconds */
Note:
See TracChangeset
for help on using the changeset viewer.