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:
authorCorinna Vinschen <corinna@vinschen.de>2006-03-09 12:00:10 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-03-09 12:00:10 +0300
commit4db3b4496ebf3249542a18cb2017fc72e36637c5 (patch)
treec7acd99b90c63accaa48b89c58e04b02773a8389
parentc87248b6fabe6695ee79715deca0dd0cf09044cc (diff)
Remove accidentally checked in ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9f1c1f1d9..2a9ccfe8d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -16,13 +16,6 @@
(statvfs): Request correct volume size using DeviceIoControl if
quotas are enforced on the file system.
-2006-03-06 Corinna Vinschen <corinna@vinschen.de>
-
- * dcrt0.cc (_dll_crt0): Revert to initialize *main_environ to NULL for
- non-forked processes to circumvent problems with applications which
- are messing around with the global variable "environ" in some
- arbitrary way.
-
2006-03-03 Corinna Vinschen <corinna@vinschen.de>
* dir.cc (opendir): Fix indentation.