Changeset 2d22049 in mainline for libc/generic/ipc.c
- Timestamp:
- 2006-06-02T12:29:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd929cfb
- Parents:
- bf9afa07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/ipc.c
rbf9afa07 r2d22049 361 361 362 362 do { 363 callid = ipc_wait_cycle(call, usec, SYNCH_ BLOCKING);363 callid = ipc_wait_cycle(call, usec, SYNCH_FLAGS_NONE); 364 364 } while (callid & IPC_CALLID_ANSWERED); 365 365 … … 378 378 379 379 do { 380 callid = ipc_wait_cycle(call, SYNCH_NO_TIMEOUT, SYNCH_ NON_BLOCKING);380 callid = ipc_wait_cycle(call, SYNCH_NO_TIMEOUT, SYNCH_FLAGS_NON_BLOCKING); 381 381 } while (callid & IPC_CALLID_ANSWERED); 382 382
Note:
See TracChangeset
for help on using the changeset viewer.