Changeset 52d2603 in mainline
- Timestamp:
- 2012-12-04T17:38:53Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af5dfa5b
- Parents:
- cdbcf14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ipc.c
rcdbcf14 r52d2603 226 226 if (!call) { 227 227 call = ipc_prepare_async(private, callback); 228 if (!call) 228 if (!call) { 229 futex_unlock(&ipc_futex); 229 230 return; 231 } 230 232 } 231 233
Note:
See TracChangeset
for help on using the changeset viewer.