summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-09-11 04:41:24 +0000
committerChristopher Faylor <me@cgf.cx>2008-09-11 04:41:24 +0000
commite3cbf1cc486e0771bf6ee2ebec4d38cebcf9e0d3 (patch)
treebce302cbc526345147062fba789030e2cbfc907f /winsup/cygwin/fhandler.h
parent7b9e380f0362aad5dfa3e06e60fd6d06549e2306 (diff)
downloadcygnal-e3cbf1cc486e0771bf6ee2ebec4d38cebcf9e0d3.tar.gz
cygnal-e3cbf1cc486e0771bf6ee2ebec4d38cebcf9e0d3.tar.bz2
cygnal-e3cbf1cc486e0771bf6ee2ebec4d38cebcf9e0d3.zip
* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.
* pipe.cc (fhandler_pipe::raw_read): Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 172ab7940..e9aaf0ccf 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -542,7 +542,7 @@ public:
select_record *select_write (select_record *s);
select_record *select_except (select_record *s);
char *get_proc_fd_name (char *buf);
- void __stdcall raw_read (void *ptr, size_t& len);
+ void raw_read (void *ptr, size_t& len);
int raw_write (const void *, size_t);
int open (int flags, mode_t mode = 0);
int dup (fhandler_base *child);