mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-18 12:02:28 +01:00
13 lines
279 B
Diff
13 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; }
|
|
|