Changeset b61d47d in mainline for uspace/lib/libc/generic/async.c
- Timestamp:
- 2007-12-02T20:00:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90c35436
- Parents:
- 8df2eab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/async.c
r8df2eab rb61d47d 539 539 case IPC_M_CONNECT_ME_TO: 540 540 /* Open new connection with fibril etc. */ 541 async_new_connection(IPC_GET_ARG 3(*call), callid, call,541 async_new_connection(IPC_GET_ARG5(*call), callid, call, 542 542 client_connection); 543 543 return;
Note:
See TracChangeset
for help on using the changeset viewer.