From a3ba550800f861f5bef0079f6bb052a5a9575cc6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 8 Nov 2007 14:36:49 +0000 Subject: * dllfixdbg: Eliminate extra objcopy step. --- winsup/cygwin/syscalls.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/syscalls.cc') diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc index f3fa10d26..899745f60 100644 --- a/winsup/cygwin/syscalls.cc +++ b/winsup/cygwin/syscalls.cc @@ -743,8 +743,6 @@ readv (int fd, const struct iovec *const iov, const int iovcnt) while (1) { - sig_dispatch_pending (); - cygheap_fdget cfd (fd); if (cfd < 0) break; @@ -814,7 +812,6 @@ extern "C" ssize_t writev (const int fd, const struct iovec *const iov, const int iovcnt) { int res = -1; - sig_dispatch_pending (); const ssize_t tot = check_iovec_for_write (iov, iovcnt); cygheap_fdget cfd (fd); -- cgit v1.2.3