Changeset 86029498 in mainline for libc/generic/async.c


Ignore:
Timestamp:
2006-06-02T21:53:26Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59ed572
Parents:
2408969
Message:

Small changes to tetris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/async.c

    r2408969 r86029498  
    286286       
    287287        assert(PS_connection);
     288
     289        if (usecs < 0) /* TODO: let it get through the ipc_call once */
     290                return 0;
    288291
    289292        futex_down(&async_futex);
     
    656659        connection_t *conn;
    657660
     661        /* TODO: Let it go through the event read at least once */
     662        if (timeout < 0)
     663                return ETIMEOUT;
     664
    658665        futex_down(&async_futex);
    659666        if (msg->done) {
Note: See TracChangeset for help on using the changeset viewer.