diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-09-23 16:16:16 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-09-23 16:16:16 +0000 |
| commit | f1e1637581b398e6073dbca88c41f221a039ac55 (patch) | |
| tree | f089f72e03723b3f56e800ac9c33930d7e3459d1 /lib/libc | |
| parent | a85700a91204716da2beff911a93d0d190fafdd0 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/isc/ev_timers.c | 4 |
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; |
