public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008
@ 2015-08-18  9:09 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2015-08-18  9:09 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9f3100c9587da7b650b1c315dc814fb26c41b1d5

commit 9f3100c9587da7b650b1c315dc814fb26c41b1d5
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Mon Aug 17 21:46:19 2015 -0500

    sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008
    
    * libc/include/sys/signal.h [__CYGWIN__]: include <sys/ucontext.h>
    if compiling for POSIX.1-2008.
    
    Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>

Diff:
---
 newlib/libc/include/sys/signal.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/newlib/libc/include/sys/signal.h b/newlib/libc/include/sys/signal.h
index af5a489..e9aba7c 100644
--- a/newlib/libc/include/sys/signal.h
+++ b/newlib/libc/include/sys/signal.h
@@ -352,6 +352,12 @@ int _EXFUN(sigqueue, (pid_t pid, int signo, const union sigval value));
 }
 #endif
 
+#if defined(__CYGWIN__)
+#if __POSIX_VISIBLE >= 200809
+#include <sys/ucontext.h>
+#endif
+#endif
+
 #ifndef _SIGNAL_H_
 /* Some applications take advantage of the fact that <sys/signal.h>
  * and <signal.h> are equivalent in glibc.  Allow for that here.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-18  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-18  9:09 [newlib-cygwin] sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008 Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).