- Timestamp:
- Jan 15, 2019 12:29:48 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128171
- Location:
- trunk/src/VBox/Runtime/r3/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp
r76553 r76823 38 38 */ 39 39 #include "../posix/semevent-posix.cpp" 40 asm volatile(".global epoll_pwait");40 __asm__ (".global epoll_pwait"); 41 41 42 42 #else /* glibc < 2.6 */ -
trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
r76553 r76823 40 40 */ 41 41 #include "../posix/semeventmulti-posix.cpp" 42 asm volatile(".global epoll_pwait");42 __asm__ (".global epoll_pwait"); 43 43 44 44 #else /* glibc < 2.6 */
Note:
See TracChangeset
for help on using the changeset viewer.