summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/timer_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/timer_create.c')
-rw-r--r--lib/libc/sys/timer_create.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/sys/timer_create.c b/lib/libc/sys/timer_create.c
index 9b5ca7d3f56..f588dbd670a 100644
--- a/lib/libc/sys/timer_create.c
+++ b/lib/libc/sys/timer_create.c
@@ -1,5 +1,5 @@
#if defined(SYSLIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: timer_create.c,v 1.4 1998/02/07 20:50:54 tholo Exp $";
+static char rcsid[] = "$OpenBSD: timer_create.c,v 1.5 2003/06/11 21:03:10 deraadt Exp $";
#endif /* SYSLIBC_SCCS and not lint */
#include <signal.h>
@@ -10,10 +10,7 @@ struct sigevent;
/* ARGSUSED */
int
-timer_create(clock_id, evp, timerid)
- clockid_t clock_id;
- struct sigevent *evp;
- timer_t *timerid;
+timer_create(clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
{
errno = ENOSYS;
return -1;