From: Ondrej Bilka Date: Wed, 13 Feb 2013 12:44:36 +0000 (+0100) Subject: Install stdlib-bsearch.h header X-Git-Tag: glibc-2.18~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc7834d65e59002b530c61569a3b87a6fcb8146d;p=platform%2Fupstream%2Fglibc.git Install stdlib-bsearch.h header --- diff --git a/ChangeLog b/ChangeLog index ad1b1d9..db3b305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-02-13 Ondřej Bílka + * stdlib/Makefile: Install stdlib-bsearch.h header. + +2013-02-13 Ondřej Bílka + * string/mempcpy.c: Implement by calling memcpy. 2013-02-13 Siddhesh Poyarekar diff --git a/stdlib/Makefile b/stdlib/Makefile index 4bfd4b9..e2078f8 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -25,7 +25,8 @@ headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h \ inttypes.h stdint.h bits/wordsize.h \ errno.h sys/errno.h bits/errno.h \ ucontext.h sys/ucontext.h \ - alloca.h fmtmsg.h + alloca.h fmtmsg.h \ + bits/stdlib-bsearch.h routines := \ atof atoi atol atoll \