Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-10-20 08:46:31 +0400
committerChristopher Faylor <me@cgf.cx>2002-10-20 08:46:31 +0400
commit818089d9c811592aa8a680cb036b9b6a9d54c780 (patch)
tree6d02486dd43aef52efb46abbb1e072501a3f73fb
parentf6db44c954312e38c86f17c3c3392796adc4f450 (diff)
missed checkin
-rw-r--r--winsup/cygwin/fhandler_socket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc
index 5097cb996..c60ba2930 100644
--- a/winsup/cygwin/fhandler_socket.cc
+++ b/winsup/cygwin/fhandler_socket.cc
@@ -903,7 +903,7 @@ fhandler_socket::sendto (const void *ptr, size_t len, int flags,
{
set_errno (EPIPE);
if (! (flags & MSG_NOSIGNAL))
- _raise (SIGPIPE);
+ raise (SIGPIPE);
}
return res;