Changeset cc99bcd in mainline
- Timestamp:
- 2009-05-11T21:00:04Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ebc8bf4
- Parents:
- e38d66b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/async.c
re38d66b rcc99bcd 811 811 msg->dataptr = dataptr; 812 812 813 msg->wdata.inlist = false; 813 814 /* We may sleep in the next method, but it will use its own mechanism */ 814 815 msg->wdata.active = true; … … 850 851 msg->dataptr = dataptr; 851 852 853 msg->wdata.inlist = false; 852 854 /* We may sleep in next method, but it will use its own mechanism */ 853 855 msg->wdata.active = true;
Note:
See TracChangeset
for help on using the changeset viewer.