Changeset 63a3276 in mainline for uspace/lib/c/generic/loc.c
- Timestamp:
- 2019-08-06T19:20:35Z (5 years ago)
- Children:
- 3f05ef7
- Parents:
- 72c8f77
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-06-17 23:02:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:20:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loc.c
r72c8f77 r63a3276 329 329 async_exch_t *exch; 330 330 331 if ( flags & IPC_FLAG_BLOCKING)331 if ((flags & IPC_FLAG_BLOCKING) || flags & IPC_FLAG_AUTOSTART) 332 332 exch = loc_exchange_begin_blocking(INTERFACE_LOC_CONSUMER); 333 333 else {
Note:
See TracChangeset
for help on using the changeset viewer.