Changeset 85124 in vbox for trunk/src/VBox/HostDrivers/Support/posix
- Timestamp:
- Jul 8, 2020 9:13:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
r85121 r85124 139 139 RT_C_DECLS_BEGIN 140 140 /** Resume patch for dlopen(), jumped to form assembly stub. */ 141 DECL HIDDEN(PFNDLOPEN)g_pfnDlopenReal = NULL;141 DECL_HIDDEN_DATA(PFNDLOPEN) g_pfnDlopenReal = NULL; 142 142 #ifdef SUP_HARDENED_WITH_DLMOPEN 143 143 /** Resume patch for dlmopen(), jumped to form assembly stub. */ 144 DECL HIDDEN(PFNDLMOPEN)g_pfnDlmopenReal = NULL;144 DECL_HIDDEN_DATA(PFNDLMOPEN) g_pfnDlmopenReal = NULL; 145 145 #endif 146 146 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.