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>2008-09-11 08:41:24 +0400
committerChristopher Faylor <me@cgf.cx>2008-09-11 08:41:24 +0400
commite3cbf1cc486e0771bf6ee2ebec4d38cebcf9e0d3 (patch)
treebce302cbc526345147062fba789030e2cbfc907f /winsup/cygwin/pipe.cc
parent7b9e380f0362aad5dfa3e06e60fd6d06549e2306 (diff)
* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.
* pipe.cc (fhandler_pipe::raw_read): Ditto.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index 303f0616f..5f4717b0d 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -292,7 +292,7 @@ fhandler_pipe::get_proc_fd_name (char *buf)
return buf;
}
-void __stdcall
+void
fhandler_pipe::raw_read (void *in_ptr, size_t& in_len)
{
return read_overlapped (in_ptr, in_len);