diff --git a/sys/boot/uboot/lib/time.c b/sys/boot/uboot/lib/time.c index b7c3fe8ca4d..9083675b75d 100644 --- a/sys/boot/uboot/lib/time.c +++ b/sys/boot/uboot/lib/time.c @@ -48,7 +48,7 @@ time(time_t *tloc) } int -getsecs() +getsecs(void) { return (time(NULL));