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>2013-04-08 21:55:57 +0400
committerChristopher Faylor <me@cgf.cx>2013-04-08 21:55:57 +0400
commit037ad80a525e5be3088bcb3b34546498695e746f (patch)
tree2a451776ab65f90ad1345ea57e1060f5f9b7e08c
parent2617a91597caba43c435dfbafb4628995a6adb79 (diff)
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 1f1c70eaf..e83a81597 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -58,7 +58,7 @@
(pthread::thread_init_wrapper): Accommodate set_tls_self_pointer change
to non-static. Initialize sigmask before setting tid or suffer signal
races.
- * ehread.h (pthread::set_tls_self_pointer): Make non-static, delete
+ * thread.h (pthread::set_tls_self_pointer): Make non-static, delete
parameter.
2013-03-29 Corinna Vinschen <corinna@vinschen.de>