chiark / gitweb /
[2/5] Apply missing fixes from upstream
[elogind.git] / src / basic / musl_missing.h
index f54319d1b0f15c72e3473bffdc9f71e17bfdf48f..37a7005c90f91f85162d00d85fea24a28f2de4fc 100644 (file)
@@ -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