summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/opendir.c')
-rw-r--r--otherlibs/unix/opendir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/opendir.c b/otherlibs/unix/opendir.c
index 567acdac1..0a1c8b98e 100644
--- a/otherlibs/unix/opendir.c
+++ b/otherlibs/unix/opendir.c
@@ -21,7 +21,7 @@
#include <sys/dir.h>
#endif
-value unix_opendir(value path) /* ML */
+CAMLprim value unix_opendir(value path)
{
DIR * d;
d = opendir(String_val(path));