diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-29 12:24:04 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-29 12:29:50 +0100 |
commit | 166d86c9d49201b1aa28637f01c9785e1fe45875 (patch) | |
tree | ec2b389ee463c42861105bed5cd30438a55aff7b /newlib/libc/string | |
parent | c2c1b843092768bd922f587bba9107c97f2a7ade (diff) | |
download | cygnal-166d86c9d49201b1aa28637f01c9785e1fe45875.tar.gz cygnal-166d86c9d49201b1aa28637f01c9785e1fe45875.tar.bz2 cygnal-166d86c9d49201b1aa28637f01c9785e1fe45875.zip |
Regenerate Makefile.in
Regenerate Makefile.in with changes in commits 153385d8 and 433aad91
2015-06-29 Jon Turney <jon.turney@dronecode.org.uk>
* libc/ctype/Makefile.in: Regenerate.
* libc/posix/Makefile.in: Ditto.
* libc/stdio/Makefile.in: Ditto.
* libc/stdio64/Makefile.in: Ditto.
* libc/stdlib/Makefile.in: Ditto.
* libc/string/Makefile.in: Ditto.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/string')
-rw-r--r-- | newlib/libc/string/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in index bcebcbd62..5bf406e5b 100644 --- a/newlib/libc/string/Makefile.in +++ b/newlib/libc/string/Makefile.in @@ -446,7 +446,7 @@ wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \ wcsrchr.def wcsspn.def wcsstr.def wcstok.def \ wcswidth.def wcsxfrm.def wcwidth.def wmemchr.def \ wmemcmp.def wmemcpy.def wmemmove.def wmemset.def \ -memmem.def memrchr.def rawmemchr.def +memmem.def memrchr.def rawmemchr.def strchrnul.def SUFFIXES = .def CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str |