Changeset 18525c5 in mainline for uspace/lib/libc/generic/async.c
- Timestamp:
- 2007-10-04T13:00:10Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1c38445
- Parents:
- 116d3f6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/async.c
r116d3f6f r18525c5 519 519 if ((callid & IPC_CALLID_NOTIFICATION)) { 520 520 in_interrupt_handler = 1; 521 (*interrupt_received)(callid, call);521 (*interrupt_received)(callid, call); 522 522 in_interrupt_handler = 0; 523 523 return;
Note:
See TracChangeset
for help on using the changeset viewer.