VirtualBox

Changeset 91799 in vbox


Ignore:
Timestamp:
Oct 17, 2021 10:59:41 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147585
Message:

SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as that makes switching back to the kernel stack unsafe. Exports has changes (added+removed), but not bumping major IOC version as that was done a few hours ago already and it's Sunday. [another kmod build fix attempt] bugref:10124

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/VBox/sup.h

    r91798 r91799  
    22312231 * @param   ...             Arguments referenced by the format string.
    22322232 */
    2233 #if defined(__GNUC__)
     2233#if defined(__GNUC__) && defined(__inline__)
    22342234/* Define it as static for GCC as it cannot inline functions using va_start() anyway,
    22352235   and linux redefines __inline__ to always inlining forcing gcc to issue an error. */
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