Changeset 41774 in vbox for trunk/src/VBox/Runtime/r3/linux
- Timestamp:
- Jun 16, 2012 2:44:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
r37211 r41774 32 32 * glibc 2.6 fixed a serious bug in the mutex implementation. We wrote this 33 33 * linux specific event semaphores code in order to work around the bug. As it 34 * turns out, this code seems to have an unresolved issue ( #2599), so we'll34 * turns out, this code seems to have an unresolved issue (@bugref{2599}), so we'll 35 35 * fall back on the pthread based implementation if glibc is known to contain 36 36 * the bug fix.
Note:
See TracChangeset
for help on using the changeset viewer.