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]

Define sigsetjmp/siglongjmp only if __POSIX_VISIBLE


sigsetjmp and siglongjmp are POSIX extensions but are not properly guarded in machine/setjmp.h. This leads to the problem reported here:

   https://cygwin.com/ml/cygwin/2017-08/msg00060.html

Patch attached.

Ken

Attachment: 0001-Define-sigsetjmp-siglongjmp-only-if-__POSIX_VISIBLE.patch
Description: Text document


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