about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--stdlib/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad1b1d93e5..db3b3055bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 4bfd4b9bca..e2078f8877 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						      \