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-28 02:31:48 +0400
committerChristopher Faylor <me@cgf.cx>2008-07-28 02:31:48 +0400
commit038af33480450d3092adb520ce0974cb23efde9c (patch)
tree78c3033e59bb364c54f1a5790e4404e64a0baca4 /winsup/cygwin/ChangeLog
parentb58e5f427a6905c1cefb2205c2359eef177dfb3a (diff)
* dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
user_shared_initialize_1 from here. (dll_crt0_1): Remove dynamically_loaded check. Just call malloc_init and user_shared_initialize unconditionally. * shared.cc (user_shared_create): Rename from user_shared_initialize. (user_shared_initialize): Rename from user_shared_initialize_1. Move complete user_shared content initialization code here from user_shared_create. * syscalls.cc (seteuid32): Remove call to user_shared_initialize_1. That is implied by the "true" argument to user_shared_create().
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6bc80e9bf..5d2dd3ede 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,17 @@
+2008-07-27 Corinna Vinschen <corinna@vinschen.de>
+ Christopher Faylor <me+cygwin@cgf.cx>
+
+ * dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
+ user_shared_initialize_1 from here.
+ (dll_crt0_1): Remove dynamically_loaded check. Just call malloc_init
+ and user_shared_initialize unconditionally.
+ * shared.cc (user_shared_create): Rename from user_shared_initialize.
+ (user_shared_initialize): Rename from user_shared_initialize_1. Move
+ complete user_shared content initialization code here from
+ user_shared_create.
+ * syscalls.cc (seteuid32): Remove call to user_shared_initialize_1.
+ That is implied by the "true" argument to user_shared_create().
+
2008-07-27 Christopher Faylor <me+cygwin@cgf.cx>
* mount.cc (mount_info::init): Add location where we're looking for