Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-solaris-kernel.h" 32 32 #include "internal/iprt.h" … … 45 45 46 46 47 /******************************************************************************* 48 * Structures and Typedefs *49 ******************************************************************************* /47 /********************************************************************************************************************************* 48 * Structures and Typedefs * 49 *********************************************************************************************************************************/ 50 50 /** 51 51 * Wrapper for the struct mutex type.
Note:
See TracChangeset
for help on using the changeset viewer.