Changeset 2d22049 in mainline for libc/generic/async.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/async.c
rbf9afa07 r2d22049 508 508 futex_up(&async_futex); 509 509 510 callid = ipc_wait_cycle(&call, timeout, SYNCH_ BLOCKING);510 callid = ipc_wait_cycle(&call, timeout, SYNCH_FLAGS_NONE); 511 511 512 512 if (!callid) {
Note:
See TracChangeset
for help on using the changeset viewer.