diff options
author | Christopher Faylor <me@cgf.cx> | 2004-12-05 21:39:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-12-05 21:39:47 +0000 |
commit | 013f043fff95d2f456f97b81cd3bd4ee02000cc0 (patch) | |
tree | 4c38f595f56f910861e4ed1d135eff59d469bba3 /winsup | |
parent | f181da27079a1f4838e2b4fc88bfab3a92b0a696 (diff) | |
download | newlib-013f043fff95d2f456f97b81cd3bd4ee02000cc0.zip newlib-013f043fff95d2f456f97b81cd3bd4ee02000cc0.tar.gz newlib-013f043fff95d2f456f97b81cd3bd4ee02000cc0.tar.bz2 |
fix typo
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e6986dc..9b99c6b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,6 +1,6 @@ 2004-12-05 Christopher Faylor <cgf@timesys.com> - * cygthread.cc (cygthread::terminate_thread): Make public. + * cygthread.h (cygthread::terminate_thread): Make public. * pinfo.h (pinfo::wait_thread): New element. * pinfo.cc (pinfo::wait): Store "handle" to started thread in pinfo. * sigproc.cc (proc_terminate): Kill any threads waiting for a process |