2021-09-30 19:59:56 +00:00
|
|
|
--- clean/make-4.2.1/glob/glob.c 2013-10-20 19:14:38.000000000 +0200
|
|
|
|
+++ make-4.2.1/glob/glob.c 2021-09-18 17:51:09.814552369 +0200
|
2018-09-18 10:33:15 +00:00
|
|
|
@@ -208,7 +208,7 @@
|
|
|
|
#endif /* __GNU_LIBRARY__ || __DJGPP__ */
|
|
|
|
|
|
|
|
|
|
|
|
-#if !defined __alloca && !defined __GNU_LIBRARY__
|
|
|
|
+#if !defined __alloca && defined __GNU_LIBRARY__
|
|
|
|
|
2021-09-30 19:59:56 +00:00
|
|
|
# ifdef __GNUC__
|
2018-09-18 10:33:15 +00:00
|
|
|
# undef alloca
|
2021-09-30 19:59:56 +00:00
|
|
|
@@ -231,7 +231,7 @@
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#ifndef __GNU_LIBRARY__
|
|
|
|
+#ifdef __GNU_LIBRARY__
|
|
|
|
# define __stat stat
|
|
|
|
# ifdef STAT_MACROS_BROKEN
|
|
|
|
# undef S_ISDIR
|