Changeset 7049 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/client
- Timestamp:
- Feb 20, 2008 4:18:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp
r7029 r7049 1157 1157 goto end; 1158 1158 1159 // on some platforms (e.g. OS/2), it is necessary to close the child end of 1160 // the pipe in order to get notification at child termination instead of 1161 // being infinitely blocked in PR_Write()/PR_Read(). On other platforms, it 1162 // should not hurt, too. 1159 // close the child end of the pipe in order to get notification on unexpected 1160 // child termination instead of being infinitely blocked in PR_Read(). 1163 1161 PR_Close(writable); 1164 1162 writable = nsnull;
Note:
See TracChangeset
for help on using the changeset viewer.