summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/isc/ev_timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/isc/ev_timers.c')
-rw-r--r--freebsd/lib/libc/isc/ev_timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/lib/libc/isc/ev_timers.c b/freebsd/lib/libc/isc/ev_timers.c
index 74dda8ea..56efe06f 100644
--- a/freebsd/lib/libc/isc/ev_timers.c
+++ b/freebsd/lib/libc/isc/ev_timers.c
@@ -119,7 +119,7 @@ evCmpTime(struct timespec a, struct timespec b) {
}
struct timespec
-evNowTime() {
+evNowTime(void) {
struct timeval now;
#ifdef CLOCK_REALTIME
struct timespec tsnow;
@@ -138,7 +138,7 @@ evNowTime() {
}
struct timespec
-evUTCTime() {
+evUTCTime(void) {
struct timeval now;
#ifdef CLOCK_REALTIME
struct timespec tsnow;