VirtualBox

Changeset 10083 in vbox for trunk/include


Ignore:
Timestamp:
Jul 1, 2008 11:38:16 PM (17 years ago)
Author:
vboxsync
Message:

Darwin kernel support for alloca.

File:
1 edited

Legend:

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

    r8245 r10083  
    3838 * interesting of course...
    3939 */
    40 #if defined(IN_RING0) && defined(RT_OS_LINUX)
     40#if defined(IN_RING0) \
     41 && (defined(RT_OS_DARWIN) || defined(RT_OS_LINUX))
    4142/* ASSUMES GNU C */
    4243# 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