Changeset 2d22049 in mainline for libc/generic/async.c


Ignore:
Timestamp:
2006-06-02T12:29:08Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd929cfb
Parents:
bf9afa07
Message:

Sync with last kernel commit (the ability to specify whether a sleep is interruptible or not).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/async.c

    rbf9afa07 r2d22049  
    508508                futex_up(&async_futex);
    509509
    510                 callid = ipc_wait_cycle(&call, timeout, SYNCH_BLOCKING);
     510                callid = ipc_wait_cycle(&call, timeout, SYNCH_FLAGS_NONE);
    511511
    512512                if (!callid) {
Note: See TracChangeset for help on using the changeset viewer.