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