git: 7e8e73fed53c - main - libc: actually build bsearch_b

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Tue, 05 Mar 2024 01:02:23 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=7e8e73fed53c22da15348c2b673d9c4e4268979a

commit 7e8e73fed53c22da15348c2b673d9c4e4268979a
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-03-05 01:01:56 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-03-05 01:01:56 +0000

    libc: actually build bsearch_b
    
    Fixes:          46cdc14062f7 Add support for some block functions ...
    
    Reviewed by:    theraven
    Differential Revision:  https://reviews.freebsd.org/D44189
---
 lib/libc/stdlib/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index a8e78d787939..5e273d5d5a21 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -3,7 +3,7 @@
 .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib ${LIBC_SRCTOP}/stdlib
 
 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
-	bsearch.c \
+	bsearch.c bsearch_b.c \
 	cxa_thread_atexit.c cxa_thread_atexit_impl.c \
 	div.c exit.c getenv.c getopt.c getopt_long.c \
 	getsubopt.c hcreate.c hcreate_r.c hdestroy_r.c heapsort.c heapsort_b.c \