summaryrefslogtreecommitdiffstats
path: root/byterun/sys.c
diff options
context:
space:
mode:
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;