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

@ -1,3 +1,7 @@
2015-08-18 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc: Drop including ucontext.h.
2015-08-17 Corinna Vinschen <corinna@vinschen.de>
* grp.cc (internal_getgrfull): Drop asking caches. Explain why.

View File

@ -17,7 +17,6 @@ details. */
#include <stdarg.h>
#include <syslog.h>
#include <wchar.h>
#include <ucontext.h>
#include "cygtls.h"
#include "pinfo.h"

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