svn commit: r364323 - stable/12/lib/libc/gen

Konstantin Belousov kib at FreeBSD.org
Mon Aug 17 19:17:55 UTC 2020


Author: kib
Date: Mon Aug 17 19:17:54 2020
New Revision: 364323
URL: https://svnweb.freebsd.org/changeset/base/364323

Log:
  Insta-MFC r364322:
  Remove unused declaration for qsort_b().
  
  This should fix the build on gcc arches.  It seems that gcc 4.2 port of
  the blocks support defines the guard symbol unconditionally.

Modified:
  stable/12/lib/libc/gen/scandir-compat11.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/gen/scandir-compat11.c
==============================================================================
--- stable/12/lib/libc/gen/scandir-compat11.c	Mon Aug 17 19:14:09 2020	(r364322)
+++ stable/12/lib/libc/gen/scandir-compat11.c	Mon Aug 17 19:17:54 2020	(r364323)
@@ -58,8 +58,6 @@ __FBSDID("$FreeBSD$");
 
 #define	SELECT(x)	select(x)
 
-void qsort_b(void *, size_t, size_t, void *);
-
 static int freebsd11_alphasort_thunk(void *thunk, const void *p1,
     const void *p2);
 


More information about the svn-src-stable-12 mailing list