diff options
Diffstat (limited to 'otherlibs/unix/select.c')
-rw-r--r-- | otherlibs/unix/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c index 376fcf783..612d59701 100644 --- a/otherlibs/unix/select.c +++ b/otherlibs/unix/select.c @@ -62,7 +62,7 @@ static value fdset_to_fdlist(value fdlist, fd_set *fdset) return res; } -CAMLprim value unix_select(value readfds, value writefds, value exceptfds, +CAMLprim value unix_select(value readfds, value writefds, value exceptfds, value timeout) { fd_set read, write, except; |