Changeset b1f51f0 in mainline for libc/generic/async.c
- Timestamp:
- 2006-06-02T16:09:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b917098
- Parents:
- a116ef22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/async.c
ra116ef22 rb1f51f0 607 607 msg->wdata.active = 1; /* We may sleep in next method, but it 608 608 * will use it's own mechanism */ 609 ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received );609 ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received,1); 610 610 611 611 return (aid_t) msg;
Note:
See TracChangeset
for help on using the changeset viewer.