12 lines
305 B
Diff
12 lines
305 B
Diff
glibc for F28 remove definition of __alloca
|
|
--- ./src/kmk/glob/glob.c (revision 3127)
|
|
+++ ./src/kmk/glob/glob.c (working copy)
|
|
@@ -209,7 +209,7 @@
|
|
#endif /* __GNU_LIBRARY__ || __DJGPP__ */
|
|
|
|
|
|
-#if !defined __alloca && !defined __GNU_LIBRARY__
|
|
+#if !defined __alloca
|
|
|
|
# ifdef __GNUC__
|
|
# undef alloca
|