VirtualBox

Changeset 8651 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
May 7, 2008 12:16:29 PM (17 years ago)
Author:
vboxsync
Message:

Moved the strictness indicators into internal/strict.h.

File:
1 edited

Legend:

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

    r8649 r8651  
    3838#include <iprt/asm.h>
    3939#include <iprt/err.h>
     40#include "internal/strict.h"
    4041
    4142#include <errno.h>
     
    4344#include <unistd.h>
    4445#include <sys/time.h>
    45 
    46 
    47 /*******************************************************************************
    48 *   Defined Constants And Macros                                               *
    49 *******************************************************************************/
    50 /** @def RTSEMMUTEX_STRICT
    51  * Enables strictness checks and lock accounting.
    52  */
    53 #ifndef RTSEMMUTEX_STRICT
    54 # if defined(RT_STRICT) || defined(RT_LOCK_STRICT) || defined(RTSEM_STRICT) || defined(DOXYGEN_RUNNING)
    55 #  define RTSEMMUTEX_STRICT
    56 # endif
    57 #endif
    5846
    5947
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