Changeset 26449 in vbox
- Timestamp:
- Feb 11, 2010 6:05:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/threads/plevent.c
r23073 r26449 1216 1216 unsigned char buf[] = { NOTIFY_TOKEN }; 1217 1217 1218 # ifdef VBOX 1219 /* Don't write two chars, because we'll only acknowledge one and that'll 1220 cause trouble for anyone selecting/polling on the read descriptor. */ 1221 if (self->notified) 1222 return PR_SUCCESS; 1223 # endif 1224 1218 1225 PR_LOG(event_lm, PR_LOG_DEBUG, 1219 1226 ("_pl_NativeNotify: self=%p",
Note:
See TracChangeset
for help on using the changeset viewer.