diff options
Diffstat (limited to 'lib/libc/sys/timer_gettime.c')
-rw-r--r-- | lib/libc/sys/timer_gettime.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/timer_gettime.c b/lib/libc/sys/timer_gettime.c index 6c038788fc3..acbfdc8cd75 100644 --- a/lib/libc/sys/timer_gettime.c +++ b/lib/libc/sys/timer_gettime.c @@ -1,11 +1,13 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: timer_gettime.c,v 1.3 1997/04/30 05:49:30 tholo Exp $"; +static char rcsid[] = "$OpenBSD: timer_gettime.c,v 1.4 1998/02/07 20:50:55 tholo Exp $"; #endif /* SYSLIBC_SCCS and not lint */ #include <signal.h> #include <time.h> #include <errno.h> +struct itimerspec; + /* ARGSUSED */ int timer_gettime(timerid, value) |