OSDN Git Service

missed checkin
authorcgf <cgf>
Sun, 20 Oct 2002 04:46:31 +0000 (04:46 +0000)
committercgf <cgf>
Sun, 20 Oct 2002 04:46:31 +0000 (04:46 +0000)
winsup/cygwin/fhandler_socket.cc

index 5097cb9..c60ba29 100644 (file)
@@ -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;