From 62e070d72ead4e5376e1cc43bf5340b4c2888fc5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 29 Nov 2003 00:26:40 +0000 Subject: * 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. --- winsup/cygwin/sigproc.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 0aeb4d8cb..d3d80753c 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -20,8 +20,6 @@ details. */ #include #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 -- cgit v1.2.3