mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-19 07:22:14 +08:00
* 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>
|
||||
|
||||
* 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user