VirtualBox

Changeset 85123 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 8, 2020 8:15:47 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139063
Message:

iprt/cdefs.h: Some cleaning up. bugref:9794

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h

    r85121 r85123  
    131131# define suplibHardenedStrNCmp strncmp
    132132#endif
    133 DECL_HIDDEN_NOTHROW(DECLNORETURN(void)) suplibHardenedExit(RTEXITCODE rcExit);
     133DECL_HIDDEN_NOTHROW(DECL_NO_RETURN(void)) suplibHardenedExit(RTEXITCODE rcExit);
    134134DECL_HIDDEN_NOTHROW(void)   suplibHardenedPrintF(const char *pszFormat, ...);
    135135DECL_HIDDEN_NOTHROW(void)   suplibHardenedPrintFV(const char *pszFormat, va_list va);
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r85121 r85123  
    671671 * @param   rcExit      The exit code.
    672672 */
    673 DECL_HIDDEN_NOTHROW(DECLNORETURN(void)) suplibHardenedExit(RTEXITCODE rcExit)
     673DECL_HIDDEN_NOTHROW(DECL_NO_RETURN(void)) suplibHardenedExit(RTEXITCODE rcExit)
    674674{
    675675    for (;;)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette