summaryrefslogtreecommitdiff
path: root/lib/libc/sys/timer_create.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1998-11-15 17:21:49 +0000
committerchristos <christos@NetBSD.org>1998-11-15 17:21:49 +0000
commit8cc3f31582bebc97a110ee04eeef0c218edde9d6 (patch)
treef859fff4f9c1c8e2492196dc646ad2d6e6182adf /lib/libc/sys/timer_create.c
parentf8dfd806d0341d320cb25c1e7e8ee09088d745af (diff)
delint
Diffstat (limited to 'lib/libc/sys/timer_create.c')
-rw-r--r--lib/libc/sys/timer_create.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/timer_create.c b/lib/libc/sys/timer_create.c
index ff7483496aa..220991c9767 100644
--- a/lib/libc/sys/timer_create.c
+++ b/lib/libc/sys/timer_create.c
@@ -1,9 +1,10 @@
-/* $NetBSD: timer_create.c,v 1.2 1998/01/09 03:15:42 perry Exp $ */
+/* $NetBSD: timer_create.c,v 1.3 1998/11/15 17:23:00 christos Exp $ */
#include <signal.h>
#include <time.h>
#include <errno.h>
+/* ARGSUSED */
int
timer_create(clock_id, evp, timerid)
clockid_t clock_id;