VirtualBox

Changeset 10854 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 24, 2008 1:38:48 PM (17 years ago)
Author:
vboxsync
Message:

Disable use of posix timers on Solaris, working around the missing SIGEV_THREAD in Solaris 10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp

    r10614 r10854  
    3333*******************************************************************************/
    3434/** Enables the use of POSIX RT timers. */
     35#ifndef RT_OS_SOLARIS /* Solaris 10 doesn't have SIGEV_THREAD */
    3536#define IPRT_WITH_POSIX_TIMERS
     37#endif /* !RT_OS_SOLARIS */
    3638
    3739
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette