Re: [PATCH 0/1] Adding aio.h to newlib

2020-04-24 Thread Gedare Bloom
OK thanks. My preference is to sit on these 2 patches until after we release rtems5. On Thu, Apr 23, 2020 at 11:21 PM Eshan Dhawan wrote: > > For testing, I followed the instruction in the blog written by @Vaibhav Gupta > last year for applying a patch to newlib > (the blog can be read here: >

Re: [PATCH 0/1] Adding aio.h to newlib

2020-04-23 Thread Eshan Dhawan
For testing, I followed the instruction in the blog written by @Vaibhav Gupta last year for applying a patch to newlib (the blog can be read here: https://medium.com/my-gsoc-2019-journey/apply-newlib-patch-to-rtems-source-builder-6873b0fb31b8 ) After building the toolchain again, aio.h was present

Re: [PATCH 0/1] Adding aio.h to newlib

2020-04-23 Thread Gedare Bloom
Hi Eshan, How did you test it? On Thu, Apr 23, 2020 at 12:58 PM Eshan Dhawan wrote: > > hello, > This patch adds aio.h to newlib. > If it is ok should I send it to newlib mailing list?? > thanks > -Eshan > > > On Fri, Apr 24, 2020 at 12:04 AM Eshan dhawan wrote: >> >> Added aio.h in newlib/libc

Re: [PATCH 0/1] Adding aio.h to newlib

2020-04-23 Thread Eshan Dhawan
hello, This patch adds aio.h to newlib. If it is ok should I send it to newlib mailing list?? thanks -Eshan On Fri, Apr 24, 2020 at 12:04 AM Eshan dhawan wrote: > Added aio.h in newlib/libc/include > > the file is taken from RTEMS (rtems/cpukit/include) > > Build successful for sparc-rtems5 and

[PATCH 0/1] Adding aio.h to newlib

2020-04-23 Thread Eshan dhawan
Added aio.h in newlib/libc/include the file is taken from RTEMS (rtems/cpukit/include) Build successful for sparc-rtems5 and tested it RTEMS Source Builder (rsb) Eshan dhawan (1): Adding aio.h to newlib/libc/include from RTEMS newlib/libc/include/aio.h | 193 +