Changeset 132ab5d1 in mainline for uspace/lib/c/generic/io/visualizer.c
- Timestamp:
- 2018-01-30T03:20:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/visualizer.c
r8bfb163 r132ab5d1 68 68 async_exchange_end(exch); 69 69 70 sysarg_t ret;70 int ret; 71 71 async_wait_for(req, &ret); 72 72 … … 91 91 async_exchange_end(exch); 92 92 93 sysarg_t ret;93 int ret; 94 94 async_wait_for(req, &ret); 95 95 … … 114 114 async_exchange_end(exch); 115 115 116 sysarg_t ret;116 int ret; 117 117 async_wait_for(req, &ret); 118 118 … … 137 137 async_exchange_end(exch); 138 138 139 sysarg_t ret;139 int ret; 140 140 async_wait_for(req, &ret); 141 141 … … 160 160 async_exchange_end(exch); 161 161 162 sysarg_t ret;162 int ret; 163 163 async_wait_for(req, &ret); 164 164
Note:
See TracChangeset
for help on using the changeset viewer.