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>2002-08-17 06:16:25 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-17 06:16:25 +0400
commit07635137675df6b3bc7e8df72dddaf15e82a6d73 (patch)
tree47fd3a2c264a9bc78ee7cfd0a79ce6f1104c0225 /winsup/cygwin
parentb3c12fb401031439e318a53a73f1691c7f415177 (diff)
fix typo
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2e09754f1..5b7a7e975 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -65,7 +65,7 @@
(wait_for_sigthread): Rename from "wait_for_me". Assume that
wait_sig_inited has been set and that this function is only called from
the main thread.
- * winsup.h (wait_for_sigthread): Declare new function.
+ * sigproc.h (wait_for_sigthread): Declare new function.
2002-08-08 Christopher Faylor <cgf@redhat.com>