aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2015-09-23 16:16:16 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2015-09-23 16:16:16 +0000
commitf1e1637581b398e6073dbca88c41f221a039ac55 (patch)
treef089f72e03723b3f56e800ac9c33930d7e3459d1 /lib/libc
parenta85700a91204716da2beff911a93d0d190fafdd0 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/isc/ev_timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/isc/ev_timers.c b/lib/libc/isc/ev_timers.c
index 7c25c670ee64..6d08e370fd2a 100644
--- a/lib/libc/isc/ev_timers.c
+++ b/lib/libc/isc/ev_timers.c
@@ -117,7 +117,7 @@ evCmpTime(struct timespec a, struct timespec b) {
}
struct timespec
-evNowTime() {
+evNowTime(void) {
struct timeval now;
#ifdef CLOCK_REALTIME
struct timespec tsnow;
@@ -136,7 +136,7 @@ evNowTime() {
}
struct timespec
-evUTCTime() {
+evUTCTime(void) {
struct timeval now;
#ifdef CLOCK_REALTIME
struct timespec tsnow;