diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/alloca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/alloca.h b/include/sal/alloca.h index c42f723f4af3..dfa808967a91 100644 --- a/include/sal/alloca.h +++ b/include/sal/alloca.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_SAL_ALLOCA_H #define INCLUDED_SAL_ALLOCA_H -#if defined (SOLARIS) || defined (LINUX) || defined(__EMX__) || defined(AIX) || defined(ANDROID) +#if defined (SOLARIS) || defined (LINUX) || defined(AIX) || defined(ANDROID) #ifndef INCLUDED_ALLOCA_H #include <alloca.h> |