diff options
author | Christopher Faylor <me@cgf.cx> | 2002-10-14 03:31:59 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-10-14 03:31:59 +0000 |
commit | c8733997b8d8125de18b8d28a733811835e4a345 (patch) | |
tree | d7d5257e3cd8276eb9093df4c71d5e666cee8983 | |
parent | 44712a96a9cc339188c198ab12e6f1e55bdee675 (diff) | |
download | newlib-github/unlabeled-1.1527.4.zip newlib-github/unlabeled-1.1527.4.tar.gz newlib-github/unlabeled-1.1527.4.tar.bz2 |
* spawn.cc (spawn_guts): Fix so that cygthread::terminate is *really* calledgithub/unlabeled-1.1527.4unlabeled-1.1527.4
only for exec.
* cygthread.cc (cygthread::stub): Don't zero __name here. That introduces a
race.
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c1a576f..abd5d8a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2002-10-13 Christopher Faylor <cgf@redhat.com> + * spawn.cc (spawn_guts): Fix so that cygthread::terminate is *really* + called only for exec. + +2002-10-13 Christopher Faylor <cgf@redhat.com> + + * cygthread.cc (cygthread::stub): Don't zero __name here. That + introduces a race. + +2002-10-13 Christopher Faylor <cgf@redhat.com> + * cygthread.cc (cygthread::stub): Don't create event for long-running threads. Initialize thread_sync event here which is used to Suspend using an event rather than relying on SuspendThread/ResumeThread. |