This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Better FreeBSD compatibility


On Apr  6 12:04, Sebastian Huber wrote:
> Hello,
> 
> in RTEMS we use the FreeBSD network stack and other components. I would like
> to make some Newlib headers (e.g. <sys/tyeps.h>, <sys/param.h> and
> <sys/time.h>) more compatible to FreeBSD so that we can use them directly.
> This involves changes like this:
> 
> Change internal type from x to y, e.g. _off_t to __off_t.
> 
> Change type define guard from x to y. e.g. __clockid_t_defined to
> _CLOCKID_T_DECLARED.

As long as you test that your changes don't break Cygwin it should
be ok.

However, how sure can we be that Cygwin is the *only* target using
internal types outside the newlib tree?


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]