Changeset aeeddeb in mainline
- Timestamp:
- 2012-04-14T07:58:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3191c01
- Parents:
- 22a8a9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r22a8a9b raeeddeb 249 249 static void to_event_initialize(to_event_t *to) 250 250 { 251 struct timeval tv = { 0 };251 struct timeval tv = { 0, 0 }; 252 252 253 253 to->inlist = false;
Note:
See TracChangeset
for help on using the changeset viewer.