Changes in uspace/lib/c/generic/io/window.c [25a179e:2c7fdaa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/window.c
r25a179e r2c7fdaa 61 61 async_exchange_end(exch); 62 62 63 int ret;63 sysarg_t ret; 64 64 async_wait_for(req, &ret); 65 65 … … 105 105 async_exchange_end(exch); 106 106 107 int ret;107 sysarg_t ret; 108 108 async_wait_for(req, &ret); 109 109
Note:
See TracChangeset
for help on using the changeset viewer.