diff options
Diffstat (limited to 'lib/libc/sys/timer_getoverrun.c')
-rw-r--r-- | lib/libc/sys/timer_getoverrun.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/timer_getoverrun.c b/lib/libc/sys/timer_getoverrun.c index 0f981c25802..61d9fbe1d42 100644 --- a/lib/libc/sys/timer_getoverrun.c +++ b/lib/libc/sys/timer_getoverrun.c @@ -1,10 +1,11 @@ -/* $OpenBSD: timer_getoverrun.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: timer_getoverrun.c,v 1.6 2015/09/12 13:13:34 guenther Exp $ */ -#include <signal.h> #include <time.h> #include <errno.h> -/* ARGSUSED */ +int timer_getoverrun(timer_t); +PROTO_DEPRECATED(timer_getoverrun); + int timer_getoverrun(timer_t timerid) { |