Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/strace.cc')
-rw-r--r--winsup/utils/strace.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc
index 4b08e91cb..dc6795cbb 100644
--- a/winsup/utils/strace.cc
+++ b/winsup/utils/strace.cc
@@ -14,6 +14,9 @@
is built using -mno-cygwin as is intended. */
int _impure_ptr;
+/* we *know* we're being built with GCC */
+#define alloca __builtin_alloca
+
static const char *pgm;
static int forkdebug = 0;
static int numerror = 1;