]> sourceware.org Git - newlib-cygwin.git/commitdiff
Back out prematurely checked-in change.
authorChristopher Faylor <me@cgf.cx>
Sat, 22 Dec 2012 03:16:43 +0000 (03:16 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 22 Dec 2012 03:16:43 +0000 (03:16 +0000)
winsup/cygwin/sync.h

index 2afa1199ef89b9f1b58752cf27f757cf7c66625e..d424d39ab498904e01ddb4631a1fe6eeede9a4e4 100644 (file)
@@ -48,9 +48,9 @@ class lock_process
 public:
   static void init () {locker.init ("lock_process");}
   void dont_bother () {skip_unlock = true;}
-  lock_process (bool exiting = false, DWORD howlong = INFINITE)
+  lock_process (bool exiting = false)
   {
-    locker.acquire (howlong);
+    locker.acquire ();
     skip_unlock = exiting;
     if (exiting && exit_state < ES_PROCESS_LOCKED)
       exit_state = ES_PROCESS_LOCKED;
This page took 0.029476 seconds and 5 git commands to generate.