summaryrefslogtreecommitdiffstats
path: root/byterun/sys.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2003-12-08 19:50:26 +0000
committerDamien Doligez <damien.doligez-inria.fr>2003-12-08 19:50:26 +0000
commit5fcac6a58cd4ba1f7d7685346c657dcaf1aba5d5 (patch)
tree21d82a574fe72413406c9aaaa2b0186c5f54c8c2 /byterun/sys.c
parent6cecdc521feb4bfa7928fd92f5c8be354023fafb (diff)
debut du travail de depollution de l'espace de noms (PR#1914)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6011 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/sys.c')
-rw-r--r--byterun/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/sys.c b/byterun/sys.c
index e6e05e317..fd748100a 100644
--- a/byterun/sys.c
+++ b/byterun/sys.c
@@ -148,7 +148,7 @@ static int sys_open_flags[] = {
O_BINARY, O_TEXT, O_NONBLOCK
};
-CAMLprim value sys_open(value path, value flags, value perm)
+CAMLprim value caml_sys_open(value path, value flags, value perm)
{
CAMLparam3(path, flags, perm);
int fd;