Changeset 40102 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Feb 13, 2012 5:50:04 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76243
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp
r39692 r40102 636 636 timeout = cMillies; 637 637 638 int rc = poll(&PollFd, 1, 0);638 int rc = poll(&PollFd, 1, timeout); 639 639 if (rc == -1) 640 640 return RTErrConvertFromErrno(errno);
Note:
See TracChangeset
for help on using the changeset viewer.