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: Add sigaltstack() prototype - Round 2


On Aug 18 09:04, Joel Sherrill wrote:
> This is now committed.  Thanks for all the reviews and comments.
> 
> --joel

There was a problem with your patch.  All the macros and type definitions
are in the RTEMS-only block, while the declaration of sigaltstack is in a
Cygwin || RTEMS block.  This leads to errors along the lines of

  error: âstack_tâ has not been declared

on Cygwin.  I fixed that by guarding the sigaltstack declaration with an
additional #ifdef __rtems__.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpMGVj8GOLPK.pgp
Description: PGP signature


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