Re: Adding aio.h and mqueue.h
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Dec 1 18:22, Jeff Johnston wrote: > As long as the licensing is shared-newlib-compatible (non-GPL), it should > be ok. > > -- Jeff J. Cygwin already comes with aio.h and mqueue.h headers. Ideally they are reused for newlib, or the new aio.h/mqueue.h headers are checked that they provide the same definitions and replace the Cygwin-only ones. Thanks, Corinna > > On Thu, Dec 1, 2022 at 11:37 AM Joel Sherrill <[email protected]> wrote: > > > Hi > > > > We have migrated almost all of our POSIX defined header files from RTEMS > > itself to newlib. I think aio.h and mqueue.h are the last POSIX headers > > left on our side. > > > > What's the feeling on merging these? Would it be ok to put them in > > newlib/libc/include? > > > > Our version of the headers have Doxygen comments. Would these be OK in > > newlib or do I need to remove the Doxygen? > > > > Thanks. > > > > --joel > > > >