Changeset 10569b1 in mainline for libc/generic/io/stream.c


Ignore:
Timestamp:
2006-06-02T08:44:26Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1180a88e
Parents:
df688cd
Message:

Another console improvement.

File:
1 edited

Legend:

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

    rdf688cd r10569b1  
    7878
    7979        for (i = 0; i < count; i++)
    80                 ipc_call_sync_2(console_phone, CONSOLE_PUTCHAR, 0, ((const char *)buf)[i], &r0, &r1);
     80                ipc_call_async_2(console_phone, CONSOLE_PUTCHAR, ((const char *)buf)[i], 0, NULL, NULL);
    8181       
    8282        return count;
Note: See TracChangeset for help on using the changeset viewer.