about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-02-13 13:44:36 +0100
committerOndrej Bilka <neleai@seznam.cz>2013-02-13 13:44:36 +0100
commitcc7834d65e59002b530c61569a3b87a6fcb8146d (patch)
treeb9a244273e3de02935228a028b15a62d13e69566 /stdlib
parent170704c9ecf838706b59c353bcd3503f8f74bb48 (diff)
downloadglibc-cc7834d65e59002b530c61569a3b87a6fcb8146d.tar.gz
glibc-cc7834d65e59002b530c61569a3b87a6fcb8146d.tar.xz
glibc-cc7834d65e59002b530c61569a3b87a6fcb8146d.zip
Install stdlib-bsearch.h header
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile3
1 files changed, 2 insertions, 1 deletions
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						      \