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


Ignore:
Timestamp:
2006-06-02T16:09:18Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b917098
Parents:
a116ef22
Message:

Changed recommended way of asynchronous communication.

File:
1 edited

Legend:

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

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