1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/alpine/gcc14.patch
2024-08-02 17:50:15 +02:00

12 lines
279 B
Diff

--- a/configure.ac.orig
+++ b/configure.ac
@@ -1964,7 +1964,7 @@ ac_cv_func_qsort_argtype,
#endif
extern void *base;
-extern sortf(const void *, const void *);
+extern int sortf(const void *, const void *);
int sortf(a, b)
const void *a;
const void *b; { return 0; }