diff options
Diffstat (limited to 'lib/libc/sys/timer_getoverrun.c')
-rw-r--r-- | lib/libc/sys/timer_getoverrun.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/timer_getoverrun.c b/lib/libc/sys/timer_getoverrun.c index 9fc7b512be2..2b138ebe163 100644 --- a/lib/libc/sys/timer_getoverrun.c +++ b/lib/libc/sys/timer_getoverrun.c @@ -1,5 +1,5 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.3 1997/04/30 05:49:29 tholo Exp $"; +static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.4 2003/06/11 21:03:10 deraadt Exp $"; #endif /* SYSLIBC_SCCS and not lint */ #include <signal.h> @@ -8,8 +8,7 @@ static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.3 1997/04/30 05:49:29 th /* ARGSUSED */ int -timer_getoverrun(timerid) - timer_t timerid; +timer_getoverrun(timer_t timerid) { errno = ENOSYS; return -1; |