mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Install stdlib-bsearch.h header
This commit is contained in:
parent
170704c9ec
commit
cc7834d65e
@ -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>
|
2013-02-13 Ondřej Bílka <neleai@seznam.cz>
|
||||||
|
|
||||||
* string/mempcpy.c: Implement by calling memcpy.
|
* string/mempcpy.c: Implement by calling memcpy.
|
||||||
|
@ -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 \
|
inttypes.h stdint.h bits/wordsize.h \
|
||||||
errno.h sys/errno.h bits/errno.h \
|
errno.h sys/errno.h bits/errno.h \
|
||||||
ucontext.h sys/ucontext.h \
|
ucontext.h sys/ucontext.h \
|
||||||
alloca.h fmtmsg.h
|
alloca.h fmtmsg.h \
|
||||||
|
bits/stdlib-bsearch.h
|
||||||
|
|
||||||
routines := \
|
routines := \
|
||||||
atof atoi atol atoll \
|
atof atoi atol atoll \
|
||||||
|
Loading…
Reference in New Issue
Block a user