diff options
author | Christopher Faylor <me@cgf.cx> | 2007-07-14 15:58:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-07-14 15:58:32 +0000 |
commit | 6f76c68713a2bc3945cc4c3d27a5c266ed8284ca (patch) | |
tree | 2093104f1d417ceb910f067c8259cba1e22a9b79 /winsup/cygwin/ChangeLog | |
parent | d409af3661a5c0d654a8b5760b3034db9f4c6191 (diff) | |
download | cygnal-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.tar.gz cygnal-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.tar.bz2 cygnal-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.zip |
* init.cc (in_dllentry): Delete.
(dll_entry): Remove assignment to deleted variable.
* winsup.h (in_dllentry): Delete declaration.
* exceptions.cc (inside_kernel): Use another method to see if we are in
dll_entry phase.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 987075959..e95f15f5d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2007-07-14 Christopher Faylor <me+cygwin@cgf.cx> + + * init.cc (in_dllentry): Delete. + (dll_entry): Remove assignment to deleted variable. + * winsup.h (in_dllentry): Delete declaration. + * exceptions.cc (inside_kernel): Use another method to see if we are in + dll_entry phase. + 2007-07-13 Christopher Faylor <me+cygwin@cgf.cx> * init.cc (in_dllentry): Make NO_COPY to avoid spurious false |