Changeset 15843 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Jan 7, 2009 6:35:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c
r15837 r15843 124 124 } 125 125 126 RTDECL(bool) RTMpIsCpuWorkPending() 127 { 128 /** @todo (not used on non-Windows platforms yet */ 126 127 RTDECL(bool) RTMpIsCpuWorkPending(void) 128 { 129 /** @todo (not used on non-Windows platforms yet). */ 129 130 return false; 130 131 }
Note:
See TracChangeset
for help on using the changeset viewer.