diff options
Diffstat (limited to 'newlib/libc/string/Makefile.in')
-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 bcebcbd..5bf406e 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 |