This is the mail archive of the newlib@sourceware.cygnus.com 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]

Re: Changes to some RTEMS headers



Should the beginning part of the C++ wrapper for
newlib-1.8.1/newlib/libc/sys/rtems/include/time.h be before the include
lines in that file?

--joel

On Mon, 19 Apr 1999, Rosimildo DaSilva wrote:

> NEWLIB code:
> newlib-1.8.1/newlib/libc/sys/rtems/include/signal.h
> newlib-1.8.1/newlib/libc/sys/rtems/sys/types.h
> 
> The files above are missing:
> 
> #ifdef __cplusplus
> extern "C" {
> #endif
> 
> //  .....
> 
> #ifdef __cplusplus
> }
> #endif
> 
> 
> I have fixed them and sent a diff to the RTEMS team, and now a copy to you.
> I'd love to see these changes incorporated to the base code.
> ( See attached files ).
> 
> If this is not the right format, plase tell me. This is the first time that
> I am
> submitting some changes to GNU code.
> 
> Regards, Rosimildo.
> 
> 
> 
>