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>2008-07-27 18:52:46 +0400
committerChristopher Faylor <me@cgf.cx>2008-07-27 18:52:46 +0400
commit904413e731347d5fd0e8356c3f79744eb3d977a4 (patch)
treedfda56c0bf0bfe3d28273c1de3c3b006e04e6cfb /winsup/cygwin/ChangeLog
parentbfd2b1c9307ebe2cf8611b447cafa2809c9ac8dd (diff)
* shared_info.h (shared_destroy): Declare.
* shared.cc (shared_destroy): Define new function to destroy shared memory regions. * init.cc (dll_entry): Call shared_destroy when dll detaches from the process.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 08013867f..125e5a4ea 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-27 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * shared_info.h (shared_destroy): Declare.
+ * shared.cc (shared_destroy): Define new function to destroy shared
+ memory regions.
+ * init.cc (dll_entry): Call shared_destroy when dll detaches from the
+ process.
+
2008-07-27 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::send_internal): Send never more