Changeset 3373 in vbox
- Timestamp:
- Jul 3, 2007 1:07:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp
r1 r3373 1136 1136 goto end; 1137 1137 1138 // on some platforms (e.g. OS/2), it is necessary to close the child end of 1139 // the pipe in order to get notification at child termination instead of 1140 // being infinitely blocked in PR_Write()/PR_Read(). On other platforms, it 1141 // should not hurt, too. 1142 PR_Close(writable); 1143 writable = nsnull; 1144 1138 1145 if ((PR_Read(readable, &c, 1) != 1) && (c != IPC_STARTUP_PIPE_MAGIC)) 1139 1146 goto end;
Note:
See TracChangeset
for help on using the changeset viewer.