VirtualBox

Changeset 11403

Show
Ignore:
Timestamp:
08/13/08 18:52:58 (3 months 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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy