diff options
Diffstat (limited to 'otherlibs/win32unix/accept.c')
-rw-r--r-- | otherlibs/win32unix/accept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/accept.c b/otherlibs/win32unix/accept.c index fcd3fa514..e907a1d2b 100644 --- a/otherlibs/win32unix/accept.c +++ b/otherlibs/win32unix/accept.c @@ -18,7 +18,7 @@ #include "unixsupport.h" #include "socketaddr.h" -value unix_accept(sock) /* ML */ +CAMLprim value unix_accept(sock) value sock; { SOCKET sconn = (SOCKET) Handle_val(sock); |