summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5c4c3e009..76d61ab1b 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.