diff options
Diffstat (limited to 'otherlibs/win32unix/getpeername.c')
-rw-r--r-- | otherlibs/win32unix/getpeername.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/getpeername.c b/otherlibs/win32unix/getpeername.c index 9bf4ee69f..135b6d3fd 100644 --- a/otherlibs/win32unix/getpeername.c +++ b/otherlibs/win32unix/getpeername.c @@ -16,7 +16,7 @@ #include "unixsupport.h" #include "socketaddr.h" -value unix_getpeername(sock) /* ML */ +CAMLprim value unix_getpeername(sock) value sock; { int retcode; |