Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-29 03:26:40 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-29 03:26:40 +0300
commit62e070d72ead4e5376e1cc43bf5340b4c2888fc5 (patch)
tree364befe95998eea84b56d7610526b34976618b40 /winsup/cygwin/pinfo.h
parent13584f077b708083b9e1cba78ff580c7bae6130e (diff)
* 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/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index b2e8af3e3..02313492a 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -114,11 +114,6 @@ public:
sig_mask = mask;
}
- inline HANDLE getthread2signal ()
- {
- return hMainThread;
- }
-
void commune_recv ();
commune_result commune_send (DWORD, ...);
bool alive ();