- Timestamp:
- Feb 12, 2007 4:35:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/sems-linux.cpp
r823 r849 35 35 #include <sys/time.h> 36 36 #include <sys/syscall.h> 37 #include <linux/futex.h> 37 #if 0 /* With 2.6.17 futex.h has become C++ unfriendly. */ 38 # include <linux/futex.h> 39 #else 40 # define FUTEX_WAIT 0 41 # define FUTEX_WAKE 1 42 #endif 38 43 39 44
Note:
See TracChangeset
for help on using the changeset viewer.