mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
12 lines
279 B
Diff
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; }
|
|
|