* syscalls.cc (open): Remove call to sig_dispatch_pending.

This commit is contained in:
Corinna Vinschen 2010-03-30 14:36:42 +00:00
parent 83dddecb34
commit 298cf05c21
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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;