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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
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.