]> sourceware.org Git - newlib-cygwin.git/commitdiff
* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when
authorChristopher Faylor <me@cgf.cx>
Sun, 5 Jan 2003 06:36:50 +0000 (06:36 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 5 Jan 2003 06:36:50 +0000 (06:36 +0000)
leaving.

winsup/cygwin/ChangeLog
winsup/cygwin/pinfo.cc

index 2c2e9eb5b8f54bc5d654eb8551be24ac7fbace45..4060b1f01646c938c58917180108a83358ea5a0a 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-05  Christopher Faylor  <cgf@redhat.com>
+
+       * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just
+       lock when leaving.
+
 2003-01-03  Christopher Faylor  <cgf@redhat.com>
 
        * dtable.h (dtable::in_vfork_cleanup): New function.  True if vfork
index 3c5af4bcee71177d96aa6277c9b419cd112b7f89..336405fde9ad92a458093899f42a3adf2e5e986d 100644 (file)
@@ -424,7 +424,7 @@ err:
   res.n = 0;
 out:
   myself->hello_pid = 0;
-  LeaveCriticalSection (&lock);
+  LeaveCriticalSection (&myself->lock);
   return res;
 }
 
This page took 0.03632 seconds and 5 git commands to generate.