exceptions.cc: Drop including ucontext.h.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2015-08-18 11:09:25 +02:00
parent 9f3100c958
commit f9f3d44f27
3 changed files with 7 additions and 1 deletions

View File

@@ -20,3 +20,6 @@ Bug Fixes
actually observered in Wine yet. However, MSDN language indicates this
might be a problem on real Windows as well.
Addresses: https://cygwin.com/ml/cygwin/2015-08/msg00225.html
- Include <sys/ucontext.h> from <sys/signal.h> if compiling for POSIX.1-2008.
Addresses: https://cygwin.com/ml/cygwin/2015-08/msg00266.html