Re: [PATCH 3/7] Import strnstr.c from FreeBSD.

2017-08-17 Thread Aditya Upadhyay
Yes.. Definitely i will do. Sichen can directly send the patch for strnstr to newlib ml. Thanks, Aditya Upadhyay On 17 Aug 2017 7:03 p.m., "Joel Sherrill" wrote: > > > On Aug 17, 2017 8:19 AM, "Gedare Bloom" wrote: > > On Wed, Aug 16, 2017 at 8:14 PM, Sichen

Re: [PATCH 3/7] Import strnstr.c from FreeBSD.

2017-08-17 Thread Joel Sherrill
On Aug 17, 2017 8:19 AM, "Gedare Bloom" wrote: On Wed, Aug 16, 2017 at 8:14 PM, Sichen Zhao <1473996...@qq.com> wrote: > --- > freebsd/lib/libc/string/strnstr.c | 67 ++ + > 1 file changed, 67 insertions(+) > create mode 100644

[PATCH 3/7] Import strnstr.c from FreeBSD.

2017-08-16 Thread Sichen Zhao
--- freebsd/lib/libc/string/strnstr.c | 67 +++ 1 file changed, 67 insertions(+) create mode 100644 freebsd/lib/libc/string/strnstr.c diff --git a/freebsd/lib/libc/string/strnstr.c b/freebsd/lib/libc/string/strnstr.c new file mode 100644 index