diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-27 20:45:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-27 20:45:54 +0000 |
commit | bf75aae8b39dfe7a23c21389e84daa5a35a03ae9 (patch) | |
tree | 04c9bfd298bda0621f4725a3e93b549f08f93012 | |
parent | 179cae11d7cf4415e1edb906d90105b2921f666d (diff) | |
download | newlib-bf75aae8b39dfe7a23c21389e84daa5a35a03ae9.zip newlib-bf75aae8b39dfe7a23c21389e84daa5a35a03ae9.tar.gz newlib-bf75aae8b39dfe7a23c21389e84daa5a35a03ae9.tar.bz2 |
Add missing entry.
-rw-r--r-- | winsup/cygwin/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7399f86..9be9d16 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -6,6 +6,7 @@ (cygheap_user::puserprof): New member. (cfree_and_set): Declare. * dcrt0.cc (almost_null): Define. + * environ.cc (env_dontadd): Redefine as "almost_null". * winsup.h (almost_null): Declare. * syscalls.cc (cfree_and_set): Remove unused variable. * uinfo.cc (cygheap_user::homepath_env_buf): Eliminate. |