summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-16 16:17:58 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-04-16 16:17:58 +0000
commit54155bc37b91e2b913e989dcbce6d5ea19259459 (patch)
treed96dd5819afee4972d4d00bd0da8d50ad51a769d /winsup/cygwin/ChangeLog
parentcc0748930ba913902f812f99c6ff426df255a1e0 (diff)
downloadcygnal-54155bc37b91e2b913e989dcbce6d5ea19259459.tar.gz
cygnal-54155bc37b91e2b913e989dcbce6d5ea19259459.tar.bz2
cygnal-54155bc37b91e2b913e989dcbce6d5ea19259459.zip
* dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop
local path_conv in favor of getting it as parameter. Add local string buffer instead of getting it as parameter. (dlopen): Accommodate get_full_path_of_dll change. Fetch WCHAR Windows path from path_conv variable and call LoadLibraryW.
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 4b2f7d88f..7d834ea04 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2009-04-16 Corinna Vinschen <corinna@vinschen.de>
+ * dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop
+ local path_conv in favor of getting it as parameter. Add local string
+ buffer instead of getting it as parameter.
+ (dlopen): Accommodate get_full_path_of_dll change. Fetch WCHAR Windows
+ path from path_conv variable and call LoadLibraryW.
+
+2009-04-16 Corinna Vinschen <corinna@vinschen.de>
+
* ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.
* syscalls.cc (unlink_nt): Handle STATUS_LOCK_NOT_GRANTED same as
STATUS_SHARING_VIOLATION. Add lengthy comment to explain why.