* sigproc.cc (wait_sig): Remove redundant test in do/while.
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2003-08-21  Christopher Faylor  <cgf@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* sigproc.cc (wait_sig): Remove redundant test in do/while.
 | 
			
		||||
 | 
			
		||||
2003-08-21  Christopher Faylor  <cgf@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* sigproc.cc (wait_sig): Avoid infinite loop.
 | 
			
		||||
 
 | 
			
		||||
@@ -1232,7 +1232,7 @@ wait_sig (VOID *self)
 | 
			
		||||
		  goto out;
 | 
			
		||||
	      }
 | 
			
		||||
	  }
 | 
			
		||||
      while (more_signals && !saw_failed_interrupt);
 | 
			
		||||
      while (more_signals);
 | 
			
		||||
 | 
			
		||||
    out:
 | 
			
		||||
      /* Signal completion of signal handling depending on which semaphore
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user