aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-14 04:29:39 +0000
committerChristopher Faylor <me@cgf.cx>2002-11-14 04:29:39 +0000
commit052990e6b3cedbe869a66dd70e41a681a056eb76 (patch)
tree29e83d6f150b20440f80c12c53a3ea55cb45266f /winsup/cygwin/ChangeLog
parenta2dea5c33349d4c5b2c0dfc410ae7536e36c0fac (diff)
downloadnewlib-052990e6b3cedbe869a66dd70e41a681a056eb76.zip
newlib-052990e6b3cedbe869a66dd70e41a681a056eb76.tar.gz
newlib-052990e6b3cedbe869a66dd70e41a681a056eb76.tar.bz2
* dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.
Infer from module of caller instead. (cygwin_detach_dll): Ignore dll_index argument. * dll_init.h (dll_list::detach): Reflect argument change above.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5b63159..b5c6219 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2002-11-13 Christopher Faylor <cgf@redhat.com>
+ * dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll
+ address. Infer from module of caller instead.
+ (cygwin_detach_dll): Ignore dll_index argument.
+ * dll_init.h (dll_list::detach): Reflect argument change above.
+
+2002-11-13 Christopher Faylor <cgf@redhat.com>
+
* ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.
2002-11-13 Christopher Faylor <cgf@redhat.com>