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