summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 0d26f2d42dc..4a77329ed27 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1996,7 +1996,7 @@ public:
static int writev (ACE_HANDLE handle, ACE_WRITEV_TYPE *iov, int iovcnt);
// = A set of wrappers for event demultiplexing and IPC.
- static int select (int width, fd_set *rfds, fd_set *wfds, fd_set *efds, ACE_Time_Value *tv = 0);
+ static int select (int width, fd_set *rfds, fd_set *wfds, fd_set *efds, const ACE_Time_Value *tv = 0);
static int select (int width, fd_set *rfds, fd_set *wfds, fd_set *efds, const ACE_Time_Value &tv);
static int poll (struct pollfd *pollfds, u_long len, ACE_Time_Value *tv = 0);
static int poll (struct pollfd *pollfds, u_long len, const ACE_Time_Value &tv);