Changeset b61d47d in mainline for uspace/lib/libc/generic/io/stream.c
- Timestamp:
- 2007-12-02T20:00:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90c35436
- Parents:
- 8df2eab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/stream.c
r8df2eab rb61d47d 97 97 if (console_phone < 0) { 98 98 while ((console_phone = ipc_connect_me_to(PHONE_NS, 99 SERVICE_CONSOLE, 0 )) < 0) {99 SERVICE_CONSOLE, 0, 0)) < 0) { 100 100 usleep(10000); 101 101 } … … 116 116 if (console_phone < 0) { 117 117 while ((console_phone = ipc_connect_me_to(PHONE_NS, 118 SERVICE_CONSOLE, 0 )) < 0) {118 SERVICE_CONSOLE, 0, 0)) < 0) { 119 119 usleep(10000); 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.