From 07635137675df6b3bc7e8df72dddaf15e82a6d73 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 17 Aug 2002 02:16:25 +0000 Subject: [PATCH] fix typo --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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