Changes in uspace/lib/c/include/sys/time.h [5fd3f2d:9e06e9f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/time.h
r5fd3f2d r9e06e9f 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 48 57 struct timeval { 49 58 time_t tv_sec; /* seconds */
Note:
See TracChangeset
for help on using the changeset viewer.