summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/listen.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-03-11 10:38:06 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-03-11 10:38:06 +0000
commit72157b51f73275f15aa43a3c5f6cd1e0038bca52 (patch)
tree0f60ec74f6b53c188bab857e03eec445421f82b1 /otherlibs/win32unix/listen.c
parentf13ce4a3df625f62b80517cd8d075b419b5083b4 (diff)
Marquage des primitives ML (pour le toplevel Windows).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1369 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/listen.c')
-rw-r--r--otherlibs/win32unix/listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/listen.c b/otherlibs/win32unix/listen.c
index 1c017e140..15e8334e3 100644
--- a/otherlibs/win32unix/listen.c
+++ b/otherlibs/win32unix/listen.c
@@ -15,7 +15,7 @@
#include "unixsupport.h"
#include <winsock.h>
-value unix_listen(sock, backlog)
+value unix_listen(sock, backlog) /* ML */
value sock, backlog;
{
if (listen((SOCKET) _get_osfhandle(Int_val(sock)), Int_val(backlog)) == -1)