newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def
Regenerate strings/Makefile.in Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
5fc315b597
commit
192986ab03
|
@ -164,6 +164,6 @@ wmemcmp.def wmemcpy.def wmemmove.def wmemset.def \
|
|||
memmem.def memrchr.def rawmemchr.def strchrnul.def \
|
||||
strcasecmp_l.def strcoll_l.def strncasecmp_l.def strxfrm_l.def \
|
||||
wcscasecmp_l.def wcscoll_l.def wcsncasecmp_l.def wcsxfrm_l.def \
|
||||
strverscmp.def
|
||||
strverscmp.def strnstr.def
|
||||
|
||||
CHAPTERS = strings.tex wcstrings.tex
|
||||
|
|
|
@ -500,7 +500,7 @@ wmemcmp.def wmemcpy.def wmemmove.def wmemset.def \
|
|||
memmem.def memrchr.def rawmemchr.def strchrnul.def \
|
||||
strcasecmp_l.def strcoll_l.def strncasecmp_l.def strxfrm_l.def \
|
||||
wcscasecmp_l.def wcscoll_l.def wcsncasecmp_l.def wcsxfrm_l.def \
|
||||
strverscmp.def
|
||||
strverscmp.def strnstr.def
|
||||
|
||||
CHAPTERS = strings.tex wcstrings.tex
|
||||
all: all-am
|
||||
|
|
Loading…
Reference in New Issue