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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7d4abb490..bc0a15c94 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2003-11-28 Christopher Faylor <cgf@redhat.com> + * 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. + +2003-11-28 Christopher Faylor <cgf@redhat.com> + * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout. * exceptions.cc: Ditto. |