On Wed, 15 Apr 2020 09:52:31 +0200, Claudio Jeker wrote:

> Our strstr.c is based on musl but since the import a few minor tweaks
> happened and this brings us back in sync. For memmem.c our libc has a very
> simple implementation. This switches the code to the memmem.c from musl
> which is O(n) like strstr.c. For memmem() similar configure checks are
> done as for strstr to verify the runtime so it makes sense to provide a
> good version in libc.

OK millert@

 - todd

Reply via email to