summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/timer_getoverrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/timer_getoverrun.c')
-rw-r--r--lib/libc/sys/timer_getoverrun.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/timer_getoverrun.c b/lib/libc/sys/timer_getoverrun.c
index 4c5a79dfafb..9fc7b512be2 100644
--- a/lib/libc/sys/timer_getoverrun.c
+++ b/lib/libc/sys/timer_getoverrun.c
@@ -1,11 +1,12 @@
#if defined(SYSLIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.2 1997/04/26 08:49:34 tholo Exp $";
+static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.3 1997/04/30 05:49:29 tholo Exp $";
#endif /* SYSLIBC_SCCS and not lint */
#include <signal.h>
#include <time.h>
#include <errno.h>
+/* ARGSUSED */
int
timer_getoverrun(timerid)
timer_t timerid;