aboutsummaryrefslogtreecommitdiffstats
path: root/include/alloca.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/alloca.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/alloca.h b/include/alloca.h
index fe70c36..76e027f 100644
--- a/include/alloca.h
+++ b/include/alloca.h
@@ -17,6 +17,7 @@
*/
#ifndef _ALLOCA_H
#define _ALLOCA_H
+#ifndef _PORTABLE_SOURCE
#include <slibc/version.h>
@@ -48,4 +49,5 @@ void* alloca(size_t size);
#endif
+#endif