]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/configure
libiberty.h (xstrndup): Declare.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 25 Mar 2005 04:41:41 +0000 (04:41 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 25 Mar 2005 04:41:41 +0000 (04:41 +0000)
commit17998b22b59b393fe28c766e3bd72a0419f70041
tree69b832401346b668037c811e96ccd1486e1163a8
parentbb99744fd4346bc283e19ecc2236f320a6901242
libiberty.h (xstrndup): Declare.

include:
* libiberty.h (xstrndup): Declare.

libiberty:
* Makefile.in (CFILES): Add strndup.c and xstrndup.c.
(REQUIRED_OFILES): Add xstrndup.o.
(CONFIGURED_OFILES): Add strndup.o.
Regenerate dependencies.

* configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.

* strndup.c, xstrndup.c: New.

* config.in, configure, functions.texi: Regenerate.

From-SVN: r97034
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/config.in
libiberty/configure
libiberty/configure.ac
libiberty/functions.texi
libiberty/strndup.c [new file with mode: 0644]
libiberty/xstrndup.c [new file with mode: 0644]