Re: [PATCH] sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008

2015-08-18 Thread Václav Haisman
On 18 August 2015 at 11:10, Corinna Vinschen wrote: > On Aug 17 21:46, Yaakov Selkowitz wrote: >> * libc/include/sys/signal.h [__CYGWIN__]: include >> if compiling for POSIX.1-2008. >> >> Signed-off-by: Yaakov Selkowitz >> --- >> How about this? Other places I tried didn't compile. >> >> newlib

Re: [PATCH] sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008

2015-08-18 Thread Corinna Vinschen
On Aug 17 21:46, Yaakov Selkowitz wrote: > * libc/include/sys/signal.h [__CYGWIN__]: include > if compiling for POSIX.1-2008. > > Signed-off-by: Yaakov Selkowitz > --- > How about this? Other places I tried didn't compile. > > newlib/libc/include/sys/signal.h | 6 ++ > 1 file changed, 6 i

[PATCH] sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008

2015-08-17 Thread Yaakov Selkowitz
* libc/include/sys/signal.h [__CYGWIN__]: include if compiling for POSIX.1-2008. Signed-off-by: Yaakov Selkowitz --- How about this? Other places I tried didn't compile. newlib/libc/include/sys/signal.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/newlib/libc/include/sys/signal.h