summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/truncate.c')
-rw-r--r--otherlibs/unix/truncate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/otherlibs/unix/truncate.c b/otherlibs/unix/truncate.c
index b7b7a83d4..c23eb47b5 100644
--- a/otherlibs/unix/truncate.c
+++ b/otherlibs/unix/truncate.c
@@ -43,4 +43,7 @@ CAMLprim value unix_truncate_64(value path, value len)
CAMLprim value unix_truncate(value path, value len)
{ invalid_argument("truncate not implemented"); }
+CAMLprim value unix_truncate_64(value path, value len)
+{ invalid_argument("truncate not implemented"); }
+
#endif