Changeset 503ffce in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2017-11-23T23:52:59Z (5 years ago)
- Branches:
- lfn, master, serial
- Children:
- f571ca49
- Parents:
- b1f36e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
rb1f36e3 r503ffce 1341 1341 1342 1342 /* Kernel notification */ 1343 if ( (callid & IPC_CALLID_NOTIFICATION)) {1343 if (call->flags & IPC_CALLID_NOTIFICATION) { 1344 1344 fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data; 1345 1345 unsigned oldsw = fibril->switches; … … 1495 1495 } 1496 1496 1497 if (call id& IPC_CALLID_ANSWERED)1497 if (call.flags & IPC_CALLID_ANSWERED) 1498 1498 continue; 1499 1499
Note: See TracChangeset
for help on using the changeset viewer.