Changeset ad123964 in mainline for libc/generic/io/stream.c
- Timestamp:
- 2006-06-01T00:21:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf28036c
- Parents:
- c594489
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/stream.c
rc594489 rad123964 119 119 if (console_phone < 0) { 120 120 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); 123 122 } 124 123 }
Note:
See TracChangeset
for help on using the changeset viewer.