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

2017-08-17 Thread Aditya Upadhyay
Yes, I can. On 17 Aug 2017 8:32 p.m., "Gedare Bloom" wrote: > Aditya, > > Can you help Sichen to put the file in the right place in newlib and > add to the build? Either help him understand how to do it, or do it > with/for him? > > On Thu, Aug 17, 2017 at 10:58 AM, Aditya Upadhyay > wrote: > >

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

2017-08-17 Thread Gedare Bloom
Aditya, Can you help Sichen to put the file in the right place in newlib and add to the build? Either help him understand how to do it, or do it with/for him? On Thu, Aug 17, 2017 at 10:58 AM, Aditya Upadhyay wrote: > Yes.. Definitely i will do. Sichen can directly send the patch for strnstr > t

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 Zhao <1473996...@qq.com> wrote: > >

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 freebsd/lib/libc/string/strnstr

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

2017-08-17 Thread Gedare Bloom
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 freebsd/lib/libc/string/strnstr.c > > diff --git a/freebsd/lib/libc/string/str

[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 000..247a2b