Changeset 22d990c in mainline for uspace/lib/c/generic/loc.c
- Timestamp:
- 2020-01-11T00:36:26Z (5 years ago)
- Children:
- 06599a1
- Parents:
- 8a74512
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loc.c
r8a74512 r22d990c 325 325 async_exch_t *exch; 326 326 327 if ( (flags & IPC_FLAG_BLOCKING))327 if (flags & IPC_FLAG_BLOCKING) 328 328 exch = loc_exchange_begin_blocking(INTERFACE_LOC_CONSUMER); 329 329 else {
Note:
See TracChangeset
for help on using the changeset viewer.