summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2016-09-28 19:50:07 -0500
committerCameron Hall <cameronghall@cox.net>2016-09-28 19:50:07 -0500
commitdc93915b9b062125e7415b815d2444f80dca1554 (patch)
tree435d3c512c8354dd31e75b30baf2ac2a7010ac35 /gcc
parent223a19fd9b279fa90e34bfcb48fbf7124b96d896 (diff)
Fix build on MSYS2
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 26ee715..d9ac466 100755
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -98,6 +98,4 @@ extern void *xrealloc(void *, size_t);
extern void *xcalloc(size_t, size_t);
extern char *xstrdup(const char *);
-extern void *alloca(size_t);
-
#endif /* __GCC_SYSTEM_H__ */