Re: Adding File descriptors to RTEMS

2020-07-11 Thread Joel Sherrill
On Sat, Jul 11, 2020 at 9:03 AM Gedare Bloom wrote: > Those are all headers in newlib > And they are subtle variations on standard system calls provided in libcsupport. Hopefully the newlib headers are correct for all those would be the first order of business. > > On Fri, Jul 10, 2020 at 4:51

Re: Adding File descriptors to RTEMS

2020-07-11 Thread Gedare Bloom
Those are all headers in newlib On Fri, Jul 10, 2020 at 4:51 PM Eshan Dhawan wrote: > > Hello everyone, > As a part of my GSOC project I will be adding file descriptors > List of some missing methods : > https://docs.google.com/document/d/1n-JOFUbFn6V1kViAGWsEGbVHL9MxlMyKP0BbZhEA1Rs/edit > > Whe

Adding File descriptors to RTEMS

2020-07-10 Thread Eshan Dhawan
Hello everyone, As a part of my GSOC project I will be adding file descriptors List of some missing methods : https://docs.google.com/document/d/1n-JOFUbFn6V1kViAGWsEGbVHL9MxlMyKP0BbZhEA1Rs/edit Where will be the functions be added? Also what would be a good starting point :) -- Thanks - Eshan __