Changes in uspace/lib/c/include/sys/time.h [63f8966:f3b4051] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/time.h
r63f8966 rf3b4051 43 43 typedef long suseconds_t; 44 44 45 typedef uint32_t useconds_t; 46 typedef uint32_t mseconds_t; 47 45 48 struct timeval { 46 49 time_t tv_sec; /* seconds */
Note:
See TracChangeset
for help on using the changeset viewer.