From e69300ab97589a235167b85867a0e8feb8378348 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Fri, 17 Mar 2017 16:37:52 +0100 Subject: [PATCH] basic/musl_missing.h : __compar_fn_t was defined twice - fixed. --- src/basic/musl_missing.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/basic/musl_missing.h b/src/basic/musl_missing.h index f54319d1b..37a7005c9 100644 --- a/src/basic/musl_missing.h +++ b/src/basic/musl_missing.h @@ -66,8 +66,6 @@ extern char *program_invocation_short_name; #define canonicalize_file_name(path) \ realpath(path, NULL) -typedef int (*__compar_fn_t)(const void *, const void *); - /* GLOB_BRACE is another glibc extension - ignore it for musl libc */ #define GLOB_BRACE 0 -- 2.30.2