summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/read.c')
-rw-r--r--otherlibs/unix/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/read.c b/otherlibs/unix/read.c
index eab87d344..ac8362399 100644
--- a/otherlibs/unix/read.c
+++ b/otherlibs/unix/read.c
@@ -18,7 +18,7 @@
#include <signals.h>
#include "unixsupport.h"
-value unix_read(value fd, value buf, value ofs, value len) /* ML */
+CAMLprim value unix_read(value fd, value buf, value ofs, value len)
{
long numbytes;
int ret;