aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-29 00:26:40 +0000
committerChristopher Faylor <me@cgf.cx>2003-11-29 00:26:40 +0000
commit62e070d72ead4e5376e1cc43bf5340b4c2888fc5 (patch)
tree364befe95998eea84b56d7610526b34976618b40 /winsup/cygwin/sigproc.cc
parent13584f077b708083b9e1cba78ff580c7bae6130e (diff)
downloadnewlib-62e070d72ead4e5376e1cc43bf5340b4c2888fc5.zip
newlib-62e070d72ead4e5376e1cc43bf5340b4c2888fc5.tar.gz
newlib-62e070d72ead4e5376e1cc43bf5340b4c2888fc5.tar.bz2
* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.
* cygtls.h (_threadinfo): Define tid more precisely. (_threadinfo::operator HANDLE): Define. * exceptions.cc (_threadinfo::interupt_now): Use _threadinfo HANDLE operator to derive thread handle. (setup_handler): Ditto. * sigproc.cc: Reorganize includes.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 0aeb4d8..d3d8075 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -20,8 +20,6 @@ details. */
#include <sys/signal.h>
#include "cygerrno.h"
#include "sync.h"
-#include "cygtls.h"
-#include "sigproc.h"
#include "pinfo.h"
#include "security.h"
#include "path.h"
@@ -29,9 +27,11 @@ details. */
#include "dtable.h"
#include "cygheap.h"
#include "child_info_magic.h"
-#include "perthread.h"
#include "shared_info.h"
#include "cygthread.h"
+#include "cygtls.h"
+#include "sigproc.h"
+#include "perthread.h"
/*
* Convenience defines