Changeset 85123 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 8, 2020 8:15:47 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139063
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r85121 r85123 131 131 # define suplibHardenedStrNCmp strncmp 132 132 #endif 133 DECL_HIDDEN_NOTHROW(DECL NORETURN(void)) suplibHardenedExit(RTEXITCODE rcExit);133 DECL_HIDDEN_NOTHROW(DECL_NO_RETURN(void)) suplibHardenedExit(RTEXITCODE rcExit); 134 134 DECL_HIDDEN_NOTHROW(void) suplibHardenedPrintF(const char *pszFormat, ...); 135 135 DECL_HIDDEN_NOTHROW(void) suplibHardenedPrintFV(const char *pszFormat, va_list va); -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r85121 r85123 671 671 * @param rcExit The exit code. 672 672 */ 673 DECL_HIDDEN_NOTHROW(DECL NORETURN(void)) suplibHardenedExit(RTEXITCODE rcExit)673 DECL_HIDDEN_NOTHROW(DECL_NO_RETURN(void)) suplibHardenedExit(RTEXITCODE rcExit) 674 674 { 675 675 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.