summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/times.c')
-rw-r--r--otherlibs/unix/times.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/times.c b/otherlibs/unix/times.c
index 4f9cc074b..7253648a9 100644
--- a/otherlibs/unix/times.c
+++ b/otherlibs/unix/times.c
@@ -27,7 +27,7 @@
#endif
#endif
-value unix_times_bytecode() /* ML */
+value unix_times_bytecode(void) /* ML */
{
value res;
struct tms buffer;
@@ -48,7 +48,7 @@ value unix_times_bytecode() /* ML */
return res;
}
-value unix_times_native() /* ML */
+value unix_times_native(void) /* ML */
{
value res;
struct tms buffer;