alpine/alpine-qsort.patch

12 lines
274 B
Diff

--- configure.ac.orig
+++ 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; }