Changeset 72838 in vbox
- Timestamp:
- Jul 3, 2018 5:17:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
r66847 r72838 216 216 { 217 217 #ifndef RT_OS_SOLARIS 218 RT_NOREF(pfnResolve); 218 219 return dlsym(RTLD_DEFAULT, pszSymbol); 219 RT_NOREF(pfnResolve);220 220 221 221 #else /* RT_OS_SOLARIS */
Note:
See TracChangeset
for help on using the changeset viewer.