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:
authorChristopher Faylor <me@cgf.cx>2006-05-20 08:01:12 +0400
committerChristopher Faylor <me@cgf.cx>2006-05-20 08:01:12 +0400
commit38f9b109b45f354950af4a517d170e114f0d338f (patch)
treebf5e9e87fa70fa11721605dabeb582c51c881741
parent1160b21781a5ecec5325e28661aed7f49faecd2f (diff)
fix incorrect function name in old entry
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 941407f1e..b4e21f716 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -494,7 +494,7 @@
to avoid annoying pop ups. Move deimpersonate call within new loop.
Move envblock freeing to end. Loop if process dies prematurely with
bad exit code.
- * syscalls.cc (init_console_handler): Remove hopefully unneeded call to
+ * syscalls.cc (setpgid): Remove hopefully unneeded call to
init_console_handler.
2006-03-15 Christopher Faylor <cgf@timesys.com>