exceptions.cc: Drop including ucontext.h.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
9f3100c958
commit
f9f3d44f27
|
@ -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.
|
||||
|
|
|
@ -17,7 +17,6 @@ details. */
|
|||
#include <stdarg.h>
|
||||
#include <syslog.h>
|
||||
#include <wchar.h>
|
||||
#include <ucontext.h>
|
||||
|
||||
#include "cygtls.h"
|
||||
#include "pinfo.h"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue