diff options
Diffstat (limited to 'otherlibs/unix/times.c')
-rw-r--r-- | otherlibs/unix/times.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/times.c b/otherlibs/unix/times.c index c108cbfde..9952cb7ac 100644 --- a/otherlibs/unix/times.c +++ b/otherlibs/unix/times.c @@ -29,7 +29,7 @@ #endif #endif -CAMLprim value unix_times(void) +CAMLprim value unix_times(value unit) { value res; struct tms buffer; |