VirtualBox

Changeset 11403 in vbox for trunk/include/iprt/alloca.h


Ignore:
Timestamp:
Aug 13, 2008 4:52:58 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/vboxnetflt, iprt/alloca.h: correct instance tracking, made it impossible for the user to load the filter himself without vbox. Updated alloca.h to find r0 alloca for solaris too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/alloca.h

    r10083 r11403  
    3939 */
    4040#if defined(IN_RING0) \
    41  && (defined(RT_OS_DARWIN) || defined(RT_OS_LINUX))
     41 && (defined(RT_OS_DARWIN) || defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS))
    4242/* ASSUMES GNU C */
    4343# define alloca(cb) __builtin_alloca(cb)
Note: See TracChangeset for help on using the changeset viewer.

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