* syscalls.cc (open): Remove call to sig_dispatch_pending.
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2010-03-30  Corinna Vinschen  <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* syscalls.cc (open): Remove call to sig_dispatch_pending.
 | 
			
		||||
 | 
			
		||||
2010-03-30  Corinna Vinschen  <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* net.cc: Remove calls to sig_dispatch_pending throughout.
 | 
			
		||||
 
 | 
			
		||||
@@ -1019,7 +1019,6 @@ open (const char *unix_path, int flags, ...)
 | 
			
		||||
  int res = -1;
 | 
			
		||||
  va_list ap;
 | 
			
		||||
  mode_t mode = 0;
 | 
			
		||||
  sig_dispatch_pending ();
 | 
			
		||||
 | 
			
		||||
  syscall_printf ("open (%s, %p)", unix_path, flags);
 | 
			
		||||
  myfault efault;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user