Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c
r56951 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" … … 41 41 42 42 43 /******************************************************************************* 44 * Structures and Typedefs *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Structures and Typedefs * 45 *********************************************************************************************************************************/ 46 46 /** 47 47 * The internal hook object for solaris. … … 65 65 66 66 67 /******************************************************************************* 68 * Defined Constants And Macros *69 ******************************************************************************* /67 /********************************************************************************************************************************* 68 * Defined Constants And Macros * 69 *********************************************************************************************************************************/ 70 70 /** Validates a hook handle and returns rc if not valid. */ 71 71 #define RTTHREADCTX_VALID_RETURN_RC(pThis, rc) \
Note:
See TracChangeset
for help on using the changeset viewer.