Changeset 44c6d88d in mainline for libc/generic/io/stream.c
- Timestamp:
- 2006-05-30T17:23:33Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eaf34f7
- Parents:
- 79460ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/stream.c
r79460ae r44c6d88d 65 65 if (console_phone < 0) { 66 66 while ((console_phone = ipc_connect_me_to(PHONE_NS, SERVICE_CONSOLE, 0)) < 0) { 67 volatile int a; 68 for (a = 0; a < 1048576; a++); 67 usleep(10000); 69 68 } 70 69 }
Note:
See TracChangeset
for help on using the changeset viewer.