diff options
Diffstat (limited to 'include/alloca.h')
-rw-r--r-- | include/alloca.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/alloca.h b/include/alloca.h index 0150025..fd90664 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -1,6 +1,9 @@ #ifndef _ALLOCA_H #include <stdlib/alloca.h> + +# ifndef _ISOMAC + #include <stackinfo.h> #undef __alloca @@ -73,4 +76,5 @@ libc_hidden_proto (__libc_alloca_cutoff) extend_alloca (buf, len, s__); }) #endif +# endif /* !_ISOMAC */ #endif |