diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-13 15:37:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-13 15:37:07 +0000 |
commit | 97c61aeba50ee50321561e403d072595cf9d6b7d (patch) | |
tree | 458d0428b6497f9fe1157f4984d9e1ab2e50ff12 /winsup/cygwin/ChangeLog | |
parent | a200c081f56e1c1b779005d8385a16d023ba209e (diff) | |
download | newlib-97c61aeba50ee50321561e403d072595cf9d6b7d.zip newlib-97c61aeba50ee50321561e403d072595cf9d6b7d.tar.gz newlib-97c61aeba50ee50321561e403d072595cf9d6b7d.tar.bz2 |
* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b23fa14..a7a54ae 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-02-13 Christopher Faylor <cgf@redhat.com> + * include/cygwin/types.h: Use correct ifdef guard for u_ definitions. + +2003-02-13 Christopher Faylor <cgf@redhat.com> + * environ.cc (environ_init): Use strechr. 2003-02-13 Christopher Faylor <cgf@redhat.com> |