Install stdlib-bsearch.h header

This commit is contained in:
Ondrej Bilka 2013-02-13 13:44:36 +01:00
parent 170704c9ec
commit cc7834d65e
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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 \