Changeset 10854 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 24, 2008 1:38:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r10614 r10854 33 33 *******************************************************************************/ 34 34 /** Enables the use of POSIX RT timers. */ 35 #ifndef RT_OS_SOLARIS /* Solaris 10 doesn't have SIGEV_THREAD */ 35 36 #define IPRT_WITH_POSIX_TIMERS 37 #endif /* !RT_OS_SOLARIS */ 36 38 37 39
Note:
See TracChangeset
for help on using the changeset viewer.