aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-09 19:29:27 +0000
committerChristopher Faylor <me@cgf.cx>2005-06-09 19:29:27 +0000
commit0acb04208144d3486901d0f25b0dfe3892fc5b88 (patch)
tree868fdef2e7c58fa426e306be5599dbb0957b1cb7 /winsup/cygwin/ChangeLog
parent8891625cbfcf944d542a0a511279693e022713e8 (diff)
downloadnewlib-0acb04208144d3486901d0f25b0dfe3892fc5b88.zip
newlib-0acb04208144d3486901d0f25b0dfe3892fc5b88.tar.gz
newlib-0acb04208144d3486901d0f25b0dfe3892fc5b88.tar.bz2
* cygwin.sc: Place .cygwin_dll_common.
* init.cc (threadfunc_ix): Use a more common name for the section name.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 43f483b..eb1c6b2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2005-06-09 Christopher Faylor <cgf@timesys.com>
+ * cygwin.sc: Place .cygwin_dll_common.
+ * init.cc (threadfunc_ix): Use a more common name for the section name.
+
+2005-06-09 Christopher Faylor <cgf@timesys.com>
+
* include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change to
PTHREAD_NORMAL_MUTEX_INITIALIZER_NP to be closer to linux default.