Changeset 10569b1 in mainline for libc/generic/io/stream.c
- Timestamp:
- 2006-06-02T08:44:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1180a88e
- Parents:
- df688cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/stream.c
rdf688cd r10569b1 78 78 79 79 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); 81 81 82 82 return count;
Note:
See TracChangeset
for help on using the changeset viewer.