Changeset ad123964 in mainline for libc/generic/io/stream.c


Ignore:
Timestamp:
2006-06-01T00:21:19Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf28036c
Parents:
c594489
Message:

Fixed some bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/io/stream.c

    rc594489 rad123964  
    119119        if (console_phone < 0) {
    120120                while ((console_phone = ipc_connect_me_to(PHONE_NS, SERVICE_CONSOLE, 0)) < 0) {
    121                         volatile int a;
    122                         for (a = 0; a < 1048576; a++);
     121                        usleep(10000);
    123122                }
    124123        }
Note: See TracChangeset for help on using the changeset viewer.