summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/win32unix/sendrecv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/otherlibs/win32unix/sendrecv.c b/otherlibs/win32unix/sendrecv.c
index 8837c9994..0ee96c3dd 100644
--- a/otherlibs/win32unix/sendrecv.c
+++ b/otherlibs/win32unix/sendrecv.c
@@ -132,9 +132,7 @@ value unix_sendto_native(value sock, value buff, value ofs, value len, value fla
return Val_int(ret);
}
-CAMLprim value unix_sendto(argv, argc)
- value * argv;
- int argc;
+CAMLprim value unix_sendto(value * argv, int argc)
{
return unix_sendto_native
(argv[0], argv[1], argv[2], argv[3], argv[4], argv[5]);