]> sourceware.org Git - glibc.git/commitdiff
Install stdlib-bsearch.h header
authorOndrej Bilka <neleai@seznam.cz>
Wed, 13 Feb 2013 12:44:36 +0000 (13:44 +0100)
committerOndrej Bilka <neleai@seznam.cz>
Wed, 13 Feb 2013 12:44:36 +0000 (13:44 +0100)
ChangeLog
stdlib/Makefile

index ad1b1d93e5e988ce086f038b4761db4a23fbfa53..db3b3055bb207dc96cf0e9cc10d797cf9e2625f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
+
+       * stdlib/Makefile: Install stdlib-bsearch.h header.
+
 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
 
        * string/mempcpy.c: Implement by calling memcpy.
index 4bfd4b9bca35d6a7bf5378942f39eed00d5a33e2..e2078f88778bed4581e6087119ff49276e0c7fdf 100644 (file)
@@ -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                                                  \
This page took 0.107528 seconds and 5 git commands to generate.