summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/unixsupport.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2007-02-07 14:45:46 +0000
committerDamien Doligez <damien.doligez-inria.fr>2007-02-07 14:45:46 +0000
commit5d5094fe30b1f66b53cc468108afd5def3a547ea (patch)
treed540da85a5be5e88ece563f26b9efe77677c6231 /otherlibs/win32unix/unixsupport.h
parent5d2081fc441bb3310dbd934c22d3f87464d317c4 (diff)
PR#4123, PR#4125: export unixsupport.h with unix_error_of_code
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7832 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r--otherlibs/win32unix/unixsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h
index 195db0351..57f4caa68 100644
--- a/otherlibs/win32unix/unixsupport.h
+++ b/otherlibs/win32unix/unixsupport.h
@@ -45,6 +45,7 @@ extern int win_CRT_fd_of_filedescr(value handle);
#define Nothing ((value) 0)
extern void win32_maperr(DWORD errcode);
+extern value unix_error_of_code (int errcode);
extern void unix_error (int errcode, char * cmdname, value arg);
extern void uerror (char * cmdname, value arg);
extern value unix_freeze_buffer (value);