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