diff options
Diffstat (limited to 'lib/libc/sys/timer_delete.c')
-rw-r--r-- | lib/libc/sys/timer_delete.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/timer_delete.c b/lib/libc/sys/timer_delete.c index 2ac033580b9..cae43905868 100644 --- a/lib/libc/sys/timer_delete.c +++ b/lib/libc/sys/timer_delete.c @@ -1,11 +1,12 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: timer_delete.c,v 1.2 1997/04/26 08:49:33 tholo Exp $"; +static char rcsid[] = "$OpenBSD: timer_delete.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_delete(timerid) timer_t timerid; |