Fix build of gmake (in tools) on new GLIBC systems

Reported on Debian and Fedora.

Reference for similar fix:
https://lists.nongnu.org/archive/html/bug-make/2017-11/msg00020.html

Tested by <Mateusz Guzik> on Fedora.
Tested by <Mandacaru Cascavel> on Debian.
This commit is contained in:
kamil 2018-04-16 14:39:19 +00:00
parent c726cd06e0
commit 3c41a2b898
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ my_realloc (p, n)
#endif /* __GNU_LIBRARY__ */
#if !defined __alloca && !defined __GNU_LIBRARY__
#if !defined __alloca && defined __GNU_LIBRARY__
# ifdef __GNUC__
# undef alloca