summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-05-20 04:01:12 +0000
committerChristopher Faylor <me@cgf.cx>2006-05-20 04:01:12 +0000
commit38f9b109b45f354950af4a517d170e114f0d338f (patch)
treebf5e9e87fa70fa11721605dabeb582c51c881741 /winsup
parent1160b21781a5ecec5325e28661aed7f49faecd2f (diff)
downloadcygnal-38f9b109b45f354950af4a517d170e114f0d338f.tar.gz
cygnal-38f9b109b45f354950af4a517d170e114f0d338f.tar.bz2
cygnal-38f9b109b45f354950af4a517d170e114f0d338f.zip
fix incorrect function name in old entry
Diffstat (limited to 'winsup')
-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>