aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-17 02:16:25 +0000
committerChristopher Faylor <me@cgf.cx>2002-08-17 02:16:25 +0000
commit07635137675df6b3bc7e8df72dddaf15e82a6d73 (patch)
tree47fd3a2c264a9bc78ee7cfd0a79ce6f1104c0225
parentb3c12fb401031439e318a53a73f1691c7f415177 (diff)
downloadnewlib-07635137675df6b3bc7e8df72dddaf15e82a6d73.zip
newlib-07635137675df6b3bc7e8df72dddaf15e82a6d73.tar.gz
newlib-07635137675df6b3bc7e8df72dddaf15e82a6d73.tar.bz2
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2e09754..5b7a7e9 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>