diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-29 00:26:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-29 00:26:40 +0000 |
commit | 62e070d72ead4e5376e1cc43bf5340b4c2888fc5 (patch) | |
tree | 364befe95998eea84b56d7610526b34976618b40 /winsup/cygwin/pinfo.h | |
parent | 13584f077b708083b9e1cba78ff580c7bae6130e (diff) | |
download | cygnal-62e070d72ead4e5376e1cc43bf5340b4c2888fc5.tar.gz cygnal-62e070d72ead4e5376e1cc43bf5340b4c2888fc5.tar.bz2 cygnal-62e070d72ead4e5376e1cc43bf5340b4c2888fc5.zip |
* 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.h | 5 |
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 (); |