From 29f80bf5d5ed951e088a1c00847ea7038e15f038 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Wed, 6 Mar 2002 16:55:20 +0000 Subject: Ajout primitives LargeFile git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4486 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/unixsupport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otherlibs/win32unix/unixsupport.c') diff --git a/otherlibs/win32unix/unixsupport.c b/otherlibs/win32unix/unixsupport.c index f4e6e2867..9f3ae3189 100644 --- a/otherlibs/win32unix/unixsupport.c +++ b/otherlibs/win32unix/unixsupport.c @@ -182,6 +182,7 @@ void win32_maperr(unsigned long errcode) #define ESTALE -WSAESTALE #define EREMOTE -WSAEREMOTE +#define EOVERFLOW -ERROR_ARITHMETIC_OVERFLOW #define EACCESS EACCES int error_table[] = { @@ -195,7 +196,7 @@ int error_table[] = { EAFNOSUPPORT, EADDRINUSE, EADDRNOTAVAIL, ENETDOWN, ENETUNREACH, ENETRESET, ECONNABORTED, ECONNRESET, ENOBUFS, EISCONN, ENOTCONN, ESHUTDOWN, ETOOMANYREFS, ETIMEDOUT, ECONNREFUSED, EHOSTDOWN, - EHOSTUNREACH, ELOOP /*, EUNKNOWNERR */ + EHOSTUNREACH, ELOOP, EOVERFLOW /*, EUNKNOWNERR */ }; static value * unix_error_exn = NULL; -- cgit v1.2.3-70-g09d2