diff options
author | Christopher Faylor <me@cgf.cx> | 2013-07-19 17:29:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-07-19 17:29:01 +0000 |
commit | f53c4d692186a47c6e66d774bfa7db09fa0a7337 (patch) | |
tree | 4319c1938adb4688cc06ea65f3645d69289aba76 | |
parent | 521953a83a885011c9040b635a94db5eb6b8db56 (diff) | |
download | newlib-f53c4d692186a47c6e66d774bfa7db09fa0a7337.zip newlib-f53c4d692186a47c6e66d774bfa7db09fa0a7337.tar.gz newlib-f53c4d692186a47c6e66d774bfa7db09fa0a7337.tar.bz2 |
.
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5c4c3e0..76d61ab 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -6,9 +6,9 @@ (cygwin_GetCommandLineW): Ditto. (cygwin_GetCommandLineA): Ditto. * spawn.cc (child_info_spawn::worker): Rename one_line -> cmd. Use - linebuf_wcs macro to generate a wide character version of the - line buffer. Remove duplicate printing of command line. Don't access - members of linebuf directly. + lb_wcs macro to generate a wide character version of the line buffer. + Remove duplicate printing of command line. Don't access members of + linebuf directly. * winf.h: Use pragma once. (linebuf): Make storage private. (linebuf::operator size_t): New operator. Return size of buf. |